From: Eric Allman Date: Tue, 30 May 1995 22:31:54 +0000 (-0800) Subject: NCR3000 needs explicit include of sys/sockio.h X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/569a0363f7d26740ccdc2caaccdea9378deeaf0b NCR3000 needs explicit include of sys/sockio.h SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.177 --- diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 80ef2bfd0b..d4cd1d78c1 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.h +++ b/usr/src/usr.sbin/sendmail/src/conf.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)conf.h 8.176 (Berkeley) %G% + * @(#)conf.h 8.177 (Berkeley) %G% */ /* @@ -1044,6 +1044,7 @@ typedef int pid_t; */ #ifdef NCR3000 +# include # define __svr4__ # define IP_SRCROUTE 0 /* Something is broken with getsockopt() */ # undef BSD