diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-07 01:24:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-07 01:24:32 +0000 |
commit | df127d0f91202527fedb81b76b97d95bf3c17af4 (patch) | |
tree | 563ef783ff2044a97502800071bd9e63a5b4e6e2 /irc/ctrlproxy/files/patch-mods:stats.c | |
parent | Update from 0.12 to 0.14: (diff) |
upgrade to 2.6
Notes
Notes:
svn path=/head/; revision=97527
Diffstat (limited to 'irc/ctrlproxy/files/patch-mods:stats.c')
-rw-r--r-- | irc/ctrlproxy/files/patch-mods:stats.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/ctrlproxy/files/patch-mods:stats.c b/irc/ctrlproxy/files/patch-mods:stats.c new file mode 100644 index 000000000000..ea4f0703ad15 --- /dev/null +++ b/irc/ctrlproxy/files/patch-mods:stats.c @@ -0,0 +1,13 @@ +--- mods/stats.c.orig Wed Jan 7 09:20:11 2004 ++++ mods/stats.c Wed Jan 7 09:20:19 2004 +@@ -28,9 +28,9 @@ + #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 |