diff options
author | max <max@FreeBSD.org> | 2001-01-12 00:52:22 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2001-01-12 00:52:22 +0000 |
commit | 17395fcff812de0b3ff856d0c25de30089cc9769 (patch) | |
tree | ceeaa96a5ecb9acc57f70aa79a9ada8e9093de49 /mail/mailagent/files | |
parent | 85b66aed192b9ac6dc797bc77a06b2d424ee96b9 (diff) | |
download | FreeBSD-ports-17395fcff812de0b3ff856d0c25de30089cc9769.zip FreeBSD-ports-17395fcff812de0b3ff856d0c25de30089cc9769.tar.gz |
Upgrade to 3.0.70.
Diffstat (limited to 'mail/mailagent/files')
-rw-r--r-- | mail/mailagent/files/patch-aa | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/mailagent/files/patch-aa b/mail/mailagent/files/patch-aa deleted file mode 100644 index 3fed5df..0000000 --- a/mail/mailagent/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- agent/filter/logfile.c.orig Fri Apr 18 16:20:26 1997 -+++ agent/filter/logfile.c Fri Apr 18 16:41:06 1997 -@@ -68,6 +68,9 @@ - #include <sys/fcntl.h> /* Try this one in last resort */ - #endif - #endif -+#ifdef I_SYS_PARAM -+# include <sys/param.h> -+#endif - - #include "confmagic.h" - -@@ -220,8 +223,10 @@ - */ - - #ifdef HAS_SYS_ERRLIST -+#if !(defined(BSD) && (BSD >= 199306)) - extern int sys_nerr; /* Size of sys_errlist[] */ - extern char *sys_errlist[]; /* Maps error code to string */ -+#endif - #endif - - #ifdef HAS_STRERROR |