diff options
author | 1996-10-01 23:07:18 +0000 | |
---|---|---|
committer | 1996-10-01 23:07:18 +0000 | |
commit | 3a40ef3053bae4eca3066394015c3778400b0929 (patch) | |
tree | ca5a7ded2e77bb477afa157c69c76b8a66b84cc8 | |
parent | cleanup TDIR in one more case (diff) | |
download | wireguard-openbsd-3a40ef3053bae4eca3066394015c3778400b0929.tar.xz wireguard-openbsd-3a40ef3053bae4eca3066394015c3778400b0929.zip |
comment out unused typedef, nameclash on Amiga.
-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; |