diff options
author | edwin <edwin@FreeBSD.org> | 2003-07-16 05:28:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-07-16 05:28:48 +0000 |
commit | bac5bc9649de4ac47f48b5d14d6274f0b99e242f (patch) | |
tree | 8c469a67cc3bbb436c47786c3a0ed0f57679a636 /net | |
parent | a89d16e89e42343907aced58b0c8a60b85dba1c1 (diff) | |
download | FreeBSD-ports-bac5bc9649de4ac47f48b5d14d6274f0b99e242f.zip FreeBSD-ports-bac5bc9649de4ac47f48b5d14d6274f0b99e242f.tar.gz |
remove accidently commited file.
Diffstat (limited to 'net')
-rw-r--r-- | net/freenet6/files/patch5-string.h | 25 |
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 800b7f4..0000000 --- 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" - - |