diff options
Diffstat (limited to 'net/freenet6/files/patch-log.c')
-rw-r--r-- | net/freenet6/files/patch-log.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/freenet6/files/patch-log.c b/net/freenet6/files/patch-log.c new file mode 100644 index 000000000000..52c5c085c1ad --- /dev/null +++ b/net/freenet6/files/patch-log.c @@ -0,0 +1,12 @@ +*** src/log.c.org Sun Mar 23 16:41:11 2003 +--- src/log.c Sun Mar 23 16:42:54 2003 +*************** +*** 32,37 **** +--- 32,38 ---- + #include <stdio.h> + #include <time.h> + #include <syslog.h> ++ #include <string.h> + + #define LOG_IT + |