summaryrefslogtreecommitdiff
path: root/net/pen/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-30 05:41:07 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-30 05:41:07 +0000
commit88fc70575e5d0fc5f1e7b1399535e7f306e8cd96 (patch)
treef5895f1ba54945b8eb3f53413e3aeb597f897dfc /net/pen/files
parentUpdate to 1.0.8 (diff)
Update to 0.6.3
PR: 38636 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'net/pen/files')
-rw-r--r--net/pen/files/patch-mergelogs.c10
-rw-r--r--net/pen/files/patch-pen.c18
2 files changed, 0 insertions, 28 deletions
diff --git a/net/pen/files/patch-mergelogs.c b/net/pen/files/patch-mergelogs.c
deleted file mode 100644
index b9fedde56016..000000000000
--- a/net/pen/files/patch-mergelogs.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mergelogs.c.orig Tue Nov 13 21:45:26 2001
-+++ mergelogs.c Tue Nov 13 21:45:38 2001
-@@ -24,6 +24,7 @@
- #include <string.h>
- #include <ctype.h>
- #include <netdb.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/net/pen/files/patch-pen.c b/net/pen/files/patch-pen.c
deleted file mode 100644
index d053892ca546..000000000000
--- a/net/pen/files/patch-pen.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- pen.c.orig Tue Nov 13 21:43:24 2001
-+++ pen.c Tue Nov 13 21:43:37 2001
-@@ -17,6 +17,7 @@
- MA 02111-1307, USA.
- */
-
-+#include <sys/types.h>
- #include <stdio.h>
- #include <ctype.h>
- #include <errno.h>
-@@ -31,7 +32,6 @@
- #include <sys/wait.h>
- #include <sys/resource.h>
- #include <sys/socket.h>
--#include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <unistd.h>