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.
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.