summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichaels <michaels@openbsd.org>1996-10-01 23:07:18 +0000
committermichaels <michaels@openbsd.org>1996-10-01 23:07:18 +0000
commit3a40ef3053bae4eca3066394015c3778400b0929 (patch)
treeca5a7ded2e77bb477afa157c69c76b8a66b84cc8
parentcleanup TDIR in one more case (diff)
downloadwireguard-openbsd-3a40ef3053bae4eca3066394015c3778400b0929.tar.xz
wireguard-openbsd-3a40ef3053bae4eca3066394015c3778400b0929.zip
comment out unused typedef, nameclash on Amiga.
-rw-r--r--usr.sbin/sendmail/src/conf.c4
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;