summaryrefslogtreecommitdiff
path: root/net/libsocket++/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-10-13 07:37:08 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-10-13 07:37:08 +0000
commitdb5a434fb1e4fb1b2e1c2f682bc686ba8f91ee59 (patch)
tree031e8beb0e9f50e023adee621c489bb0cf3324d4 /net/libsocket++/files
parentWITH_SPEEDYCGI needs suidperl enabled under perl 5.8.4 or above, (diff)
Update to 1.12.12
Diffstat (limited to 'net/libsocket++/files')
-rw-r--r--net/libsocket++/files/patch-local.h11
-rw-r--r--net/libsocket++/files/patch-sig.cpp11
2 files changed, 0 insertions, 22 deletions
diff --git a/net/libsocket++/files/patch-local.h b/net/libsocket++/files/patch-local.h
deleted file mode 100644
index 6961b3a69c1c..000000000000
--- a/net/libsocket++/files/patch-local.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- socket++/local.h.orig Mon Oct 13 14:36:26 2003
-+++ socket++/local.h Mon Oct 13 14:37:03 2003
-@@ -89,7 +89,7 @@
- // arpa/in.h does not provide a protype for the following
- extern "C" char* inet_ntoa (in_addr ina);
-
--#if !defined (__linux__)
-+#if !(defined (__linux__) || defined(__FreeBSD__))
- extern "C" int gethostname (char* hostname, int len);
- #if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
- extern char* SYS_SIGLIST [];
diff --git a/net/libsocket++/files/patch-sig.cpp b/net/libsocket++/files/patch-sig.cpp
deleted file mode 100644
index 0c8e9ad92809..000000000000
--- a/net/libsocket++/files/patch-sig.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- sig.cpp Thu Aug 12 14:49:29 2004
-+++ socket++/sig.cpp Thu Aug 12 16:42:32 2004
-@@ -21,7 +21,7 @@
- siginit siginit::init;
- sig& sig::nal = *siginit::init.s;
-
--typedef void (*sighnd_type) (...);
-+typedef void (*sighnd_type) (int);
-
- extern "C" {
- static void sighandler (int signo) {