diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-10-01 23:07:19 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-10-01 23:07:19 +0000 |
commit | 8ddd58fc7082f722b97b0804c6c138cacfb9bbe9 (patch) | |
tree | 59840f6ebbd9a1ae4956149edad39f18b87795ab /usr.sbin/sendmail | |
parent | 360405730f0cefc0de5b9954d3b2f6f1000f5f38 (diff) |
comment out unused typedef, nameclash on Amiga.
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; |