diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-20 10:15:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-20 10:15:14 +0000 |
commit | a50f8305fb4750d34805746925149e0b00b211f0 (patch) | |
tree | 20d47cac5d9a3a0d699cce276e1769853ec255b9 /net/freenet6/files/patch-log.c | |
parent | With portmgr hat on, reset inactive maintainer. These ports are now up (diff) |
Update to version 2.1.1
Notes
Notes:
svn path=/head/; revision=121991
Diffstat (limited to 'net/freenet6/files/patch-log.c')
-rw-r--r-- | net/freenet6/files/patch-log.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/freenet6/files/patch-log.c b/net/freenet6/files/patch-log.c deleted file mode 100644 index 52c5c085c1ad..000000000000 --- a/net/freenet6/files/patch-log.c +++ /dev/null @@ -1,12 +0,0 @@ -*** 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 - |