From 569a0363f7d26740ccdc2caaccdea9378deeaf0b Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 30 May 1995 14:31:54 -0800 Subject: [PATCH] NCR3000 needs explicit include of sys/sockio.h SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.177 --- usr/src/usr.sbin/sendmail/src/conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1