summaryrefslogtreecommitdiff
path: root/net/icb/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'net/icb/patches/patch-al')
-rw-r--r--net/icb/patches/patch-al14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/icb/patches/patch-al b/net/icb/patches/patch-al
deleted file mode 100644
index d5b1538923b..00000000000
--- a/net/icb/patches/patch-al
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-al,v 1.2 1999/11/26 22:12:38 hubertf Exp $
-
-diff -x *.orig -urN ./murgil/getrname.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/murgil/getrname.c
---- ./murgil/getrname.c Fri Feb 24 22:19:41 1995
-+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/murgil/getrname.c Fri Nov 26 22:56:29 1999
-@@ -14,7 +14,7 @@
- {
- static char rname[24];
- struct hostent *host;
--#if defined(linux)
-+#if defined(linux) || defined(__NetBSD__)
- #define PEER_CAST (struct sockaddr *)
- #define HOST_CAST (char *)
- #else