diff options
Diffstat (limited to 'mail/deliver/patches/patch-ac')
-rw-r--r-- | mail/deliver/patches/patch-ac | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/deliver/patches/patch-ac b/mail/deliver/patches/patch-ac new file mode 100644 index 00000000000..87365fc6a27 --- /dev/null +++ b/mail/deliver/patches/patch-ac @@ -0,0 +1,21 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/04/27 14:06:05 wiz Exp $ + +--- misc.h.orig Wed Dec 1 19:16:21 1999 ++++ misc.h Sat Jan 22 14:50:17 2000 +@@ -86,16 +86,6 @@ + * Declare library functions. + */ + +-extern char *ctime(); +-extern char *asctime(); +-extern char *getenv(); +-extern char *getlogin(); +-extern char *mktemp(); +-extern int putenv(); +-extern long lseek(); +-extern long time(); +-extern void exit(); +- + #ifdef DECLARE_SIGNAL + extern SIGTYPE(*signal()) (); + #endif |