diff options
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/src/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/conf.c b/usr.sbin/sendmail/src/conf.c index fa4a2897182..cc20e45f3cf 100644 --- a/usr.sbin/sendmail/src/conf.c +++ b/usr.sbin/sendmail/src/conf.c @@ -1711,7 +1711,7 @@ refuseconnections() # else # ifndef NKPDE /* FreeBSD 2.0 */ # define NKPDE 63 -typedef unsigned int *pt_entry_t; +/*typedef unsigned int *pt_entry_t; */ # endif # endif # endif @@ -2405,7 +2405,7 @@ vsprintf(s, fmt, ap) * causing nast effects. **************************************************************/ -/*static char _id[] = "$Id: conf.c,v 1.3 1996/09/19 06:44:53 fn Exp $";*/ +/*static char _id[] = "$Id: conf.c,v 1.4 1996/10/01 23:07:18 michaels Exp $";*/ static void dopr(); static char *end; |