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-respfreq.c | |
parent | - use *_IMPLIES (diff) |
- add LICENSE
- default config now PREFIX aware
- make portlint happier
Notes
Notes:
svn path=/head/; revision=433719
Diffstat (limited to 'news/ifmail/files/patch-respfreq.c')
-rw-r--r-- | news/ifmail/files/patch-respfreq.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/ifmail/files/patch-respfreq.c b/news/ifmail/files/patch-respfreq.c index fe38a39397c6..bff6227d44d3 100644 --- a/news/ifmail/files/patch-respfreq.c +++ b/news/ifmail/files/patch-respfreq.c @@ -1,6 +1,6 @@ ---- ifcico/respfreq.c.orig Sun Jul 13 01:38:51 1997 -+++ ifcico/respfreq.c Mon Aug 11 17:34:09 2003 -@@ -17,7 +17,11 @@ +--- ifcico/respfreq.c.orig 1997-07-12 23:38:51 UTC ++++ ifcico/respfreq.c +@@ -17,7 +17,11 @@ int re_exec(char*); #include "lutil.h" #include "config.h" #ifndef NOFREQREPORT @@ -12,7 +12,7 @@ #include "ftnmsg.h" #endif #include "version.h" -@@ -43,7 +47,7 @@ +@@ -43,7 +47,7 @@ static file_list *resplist(char*); #ifndef NOFREQREPORT static void attach_report(file_list**); @@ -21,7 +21,7 @@ static char *report_text=NULL; static unsigned long report_total=0L; #endif -@@ -519,15 +523,25 @@ +@@ -519,15 +523,25 @@ file_list **fl; report_text=NULL; } |