|
|
1.1 root 1: Modifications to files for compilation
2:
3: libipc/ipccreat.c - line 69. CHanged assignment from =-1 to = -1
4: because of bug in C compiler
5:
6: libipc/ipcpath.c - line 4, changed =*cp++ to = *cp++.
7:
8: libipc/tcp.c - line 46, changed assignment of =-1 to = -1
9:
10: libin/in_ntoa.c - line 16, changed printing out network address to it
11: uses shifts instead of character pointers so it will be machine
12: independent (work on both vax and 68000)
13:
14: internet/netstat.c - line 36. Added test if argc > 1 before testing
15: argv[ai][0] since NULL dereferences not allowed.
16:
17: internet/ipconfig.c - line 14. #if deffed declaration for htons for vax only.
18:
19: mgrs/tcpmgr/main.c - line 35, added space between =&av[ai][1] tp = &...
20:
21: bin/con.c - line 15, chaned assignment of =-1 to = -1
22: line 64, changed assignment of =&argv[1][1] to = &...
23:
24: bin/rcp.c - line 266. In sprintf changed %D to %d as per manual.
25:
26: mgrs/srvcmgr/action.c - line 99. Added check to insure arg is not NULL
27: before calling strdup. If it is null, just assign NULL to ap->arg.
28:
29: mgrs/srvcmgr/exec_act.c - line 145-5 added. Tests if rp->term is NULL. If
30: it is, it doesn't add TERM to the evnironment.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.