summaryrefslogtreecommitdiff
path: root/net/freenet6
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-07-16 05:28:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-07-16 05:28:48 +0000
commit79ae61da0908446602d81db07b4e6d0be4e610cf (patch)
tree78523586023a709364d360e498dc864eebb8d7f3 /net/freenet6
parentRemove compiler warnings from freenet6 port (diff)
remove accidently commited file.
Notes
Notes: svn path=/head/; revision=84960
Diffstat (limited to 'net/freenet6')
-rw-r--r--net/freenet6/files/patch5-string.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/freenet6/files/patch5-string.h b/net/freenet6/files/patch5-string.h
deleted file mode 100644
index 800b7f4a283f..000000000000
--- a/net/freenet6/files/patch5-string.h
+++ /dev/null
@@ -1,25 +0,0 @@
-*** log.c.org Sun Mar 23 16:41:11 2003
---- 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
-
-*** xmltsp.c.org Sun Mar 23 16:41:06 2003
---- xmltsp.c Sun Mar 23 16:41:29 2003
-***************
-*** 29,34 ****
---- 29,35 ----
- */
- #include <stdio.h>
- #include <stdlib.h>
-+ #include <string.h>
-
- #include "xmlparse.h"
-
-