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-printstats.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-printstats.c')
-rw-r--r-- | irc/ctrlproxy/files/patch-printstats.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/irc/ctrlproxy/files/patch-printstats.c b/irc/ctrlproxy/files/patch-printstats.c deleted file mode 100644 index 85bd160b93bb..000000000000 --- a/irc/ctrlproxy/files/patch-printstats.c +++ /dev/null @@ -1,13 +0,0 @@ ---- printstats.c.orig Wed Jan 7 09:18:37 2004 -+++ printstats.c Wed Jan 7 09:18:46 2004 -@@ -27,9 +27,9 @@ - #include <stdlib.h> - #include <stdio.h> - #include <time.h> --#include <tdb.h> - #include <sys/types.h> - #include <sys/stat.h> -+#include <tdb.h> - #include <fcntl.h> - - int traverse_keys(TDB_CONTEXT *tdb_context, TDB_DATA key, TDB_DATA value, void *pattern) |