aboutsummaryrefslogtreecommitdiffstats
path: root/news/ifmail
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-23 00:41:35 +0800
committersteve <steve@FreeBSD.org>1999-06-23 00:41:35 +0800
commit2f24193ce8b99539619328289355e6bc593c954b (patch)
tree2c659308d0b4ea90f0e46dc8406f6516067a3e7e /news/ifmail
parenta15e55dd2501e64c7ff657296f52d62ab2a0e0cc (diff)
downloadfreebsd-ports-gnome-2f24193ce8b99539619328289355e6bc593c954b.tar.gz
freebsd-ports-gnome-2f24193ce8b99539619328289355e6bc593c954b.tar.zst
freebsd-ports-gnome-2f24193ce8b99539619328289355e6bc593c954b.zip
Fix for archs where sizeof(long) != sizeof(time_t).
Diffstat (limited to 'news/ifmail')
-rw-r--r--news/ifmail/files/patch-config.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/news/ifmail/files/patch-config.h b/news/ifmail/files/patch-config.h
new file mode 100644
index 000000000000..e1402a7aae46
--- /dev/null
+++ b/news/ifmail/files/patch-config.h
@@ -0,0 +1,29 @@
+*** iflib/config.h.orig Sat Apr 26 04:56:16 1997
+--- iflib/config.h Sun Jun 20 12:52:23 1999
+***************
+*** 1,6 ****
+--- 1,7 ----
+ #ifndef _CONFIG_H
+ #define _CONFIG_H
+
++ #include <sys/types.h>
+ #include "ftn.h"
+
+ #ifndef AREA_LIST_TYPE
+***************
+*** 53,59 ****
+ extern area_list *badgroups;
+
+ extern long configverbose;
+! extern long configtime;
+ extern long maxfsize;
+ extern long maxpsize;
+ extern long maxmsize;
+--- 54,60 ----
+ extern area_list *badgroups;
+
+ extern long configverbose;
+! extern time_t configtime;
+ extern long maxfsize;
+ extern long maxpsize;
+ extern long maxmsize;