diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 22:54:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 22:54:57 +0000 |
commit | 4bb2802cdda90076c139902c2c03268a9364d42d (patch) | |
tree | fab38ab5d9dd11ea2d9d10655e0191056275c6cf /irc/ctrlproxy/files/patch-mods:stats.c | |
parent | * add version number to LIB_DEPENDS. (diff) |
- Update to 3.0.1
PR: ports/107630
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=181928
Diffstat (limited to 'irc/ctrlproxy/files/patch-mods:stats.c')
-rw-r--r-- | irc/ctrlproxy/files/patch-mods:stats.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/irc/ctrlproxy/files/patch-mods:stats.c b/irc/ctrlproxy/files/patch-mods:stats.c deleted file mode 100644 index 3c25b0f6ea2d..000000000000 --- a/irc/ctrlproxy/files/patch-mods:stats.c +++ /dev/null @@ -1,16 +0,0 @@ ---- mods/stats.c.orig Wed Dec 10 05:46:40 2003 -+++ mods/stats.c Thu Mar 4 19:08:20 2004 -@@ -25,12 +25,10 @@ - #include <stdio.h> - #include <stdarg.h> - #include <string.h> --#include <malloc.h> --#include <stdio.h> - #include <time.h> --#include <tdb.h> - #include <sys/types.h> - #include <sys/stat.h> -+#include <tdb.h> - #include <fcntl.h> - - #define MAX_REGEX_SUBMATCHES 30 |