summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-FCGI/patches/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/p5-FCGI/patches/patch-aa b/www/p5-FCGI/patches/patch-aa
deleted file mode 100644
index 0a1fd55fdac..00000000000
--- a/www/p5-FCGI/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 1999/12/01 16:39:32 rh Exp $
-
---- os_unix.c.orig Fri Aug 27 15:25:20 1999
-+++ os_unix.c Wed Dec 1 17:13:04 1999
-@@ -22,6 +22,8 @@
-
- #include "fcgi_config.h"
-
-+#include <sys/types.h>
-+
- #ifdef HAVE_NETINET_IN_H
- #include <netinet/in.h>
- #endif
-@@ -38,7 +40,6 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/time.h>
--#include <sys/types.h>
- #include <sys/un.h>
-
- #ifdef HAVE_NETDB_H