diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-09 10:20:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-09 10:20:41 +0000 |
commit | 8596ff9eeafe3b36f1246360d24d2f295d2b7bcf (patch) | |
tree | 1ac20c30cab237b7c5a25a15535e13e9eeffb6bb /news/ifmail/files/patch-config.h | |
parent | - use *_IMPLIES (diff) |
- add LICENSE
- default config now PREFIX aware
- make portlint happier
Diffstat (limited to 'news/ifmail/files/patch-config.h')
-rw-r--r-- | news/ifmail/files/patch-config.h | 48 |
1 files changed, 19 insertions, 29 deletions
diff --git a/news/ifmail/files/patch-config.h b/news/ifmail/files/patch-config.h index e1402a7aae46..3908311ccf34 100644 --- a/news/ifmail/files/patch-config.h +++ b/news/ifmail/files/patch-config.h @@ -1,29 +1,19 @@ -*** 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; +--- iflib/config.h.orig 1997-04-26 09:56:16 UTC ++++ iflib/config.h +@@ -1,6 +1,7 @@ + #ifndef _CONFIG_H + #define _CONFIG_H + ++#include <sys/types.h> + #include "ftn.h" + + #ifndef AREA_LIST_TYPE +@@ -53,7 +54,7 @@ extern modem_string *options; + extern area_list *badgroups; + + extern long configverbose; +-extern long configtime; ++extern time_t configtime; + extern long maxfsize; + extern long maxpsize; + extern long maxmsize; |