003 File Manager
Current Path:
/usr/share/doc/ntp/hints
usr
/
share
/
doc
/
ntp
/
hints
/
📁
..
📄
a-ux
(7.63 KB)
📄
aix
(2.82 KB)
📄
bsdi
(2.47 KB)
📄
changes
(585 B)
📄
decosf1
(1.92 KB)
📄
decosf2
(1.62 KB)
📄
freebsd
(466 B)
📄
hpux
(6.36 KB)
📄
linux
(101 B)
📄
mpeix
(2.31 KB)
📄
notes-xntp-v3
(5.43 KB)
📄
parse
(2.92 KB)
📄
refclocks
(1.54 KB)
📄
rs6000
(2.25 KB)
📄
sco.html
(1.58 KB)
📄
sgi
(2.8 KB)
📄
solaris-dosynctodr.html
(17.08 KB)
📄
solaris.html
(11.09 KB)
📄
solaris.xtra.4023118
(1.37 KB)
📄
solaris.xtra.4095849
(2.87 KB)
📄
solaris.xtra.S99ntpd
(813 B)
📄
solaris.xtra.patchfreq
(2.49 KB)
📄
sun4
(738 B)
📄
svr4-dell
(168 B)
📄
svr4_package
(1.36 KB)
📄
todo
(252 B)
📄
vxworks.html
(5.8 KB)
📄
winnt.html
(10.12 KB)
Editing: decosf2
Problems with DEC OSF/1 V2.0 Compilation using gcc fails with ntp_config.c. The problem is an apparent error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h include files. cowbird:/usr/include/sys# diff -c wait.h.orig wait.h *** wait.h.orig Tue Feb 22 02:41:38 1994 --- wait.h Thu Aug 25 14:52:57 1994 *************** *** 298,304 **** #else _BEGIN_CPLUSPLUS ! extern int waitid(idtype_t, id_t, siginfo_t *, int); _END_CPLUSPLUS #endif /* _NO_PROTO */ --- 298,304 ---- #else _BEGIN_CPLUSPLUS ! extern int waitid(idtype_t, pid_t, siginfo_t *, int); _END_CPLUSPLUS #endif /* _NO_PROTO */ cowbird:/usr/include/sys# diff -c procset.h.orig procset.h *** procset.h.orig Tue Feb 22 02:41:44 1994 --- procset.h Thu Aug 25 14:43:52 1994 *************** *** 86,95 **** */ idtype_t p_lidtype; /* The id type for the left set. */ ! id_t p_lid; /* The id for the left set. */ idtype_t p_ridtype; /* The id type of for right set. */ ! id_t p_rid; /* The id of the right set. */ } procset_t; --- 86,95 ---- */ idtype_t p_lidtype; /* The id type for the left set. */ ! pid_t p_lid; /* The id for the left set. */ idtype_t p_ridtype; /* The id type of for right set. */ ! pid_t p_rid; /* The id of the right set. */ } procset_t; Also, if using gcc from the freeware disk, either replace syscall.h in the directory /usr/local/lib/gcc-lib/alpha-dec-osf1/2.3.3/include or replace with a link to /usr/include/sys/syscall.h.
Upload File
Create Folder