NCR3000 needs explicit include of sys/sockio.h
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 May 1995 22:31:54 +0000 (14:31 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 May 1995 22:31:54 +0000 (14:31 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.177

usr/src/usr.sbin/sendmail/src/conf.h

index 80ef2bf..d4cd1d7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %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
 */
 
 #ifdef NCR3000
+# include <sys/sockio.h>
 # define __svr4__
 # define IP_SRCROUTE   0       /* Something is broken with getsockopt() */
 # undef BSD
 # define __svr4__
 # define IP_SRCROUTE   0       /* Something is broken with getsockopt() */
 # undef BSD