summaryrefslogtreecommitdiff
path: root/emulators/simh
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-05-26 02:50:53 +0000
committerobache <obache@pkgsrc.org>2012-05-26 02:50:53 +0000
commitb8f0273cb9c9640ff8e411bd5769970a05ae2280 (patch)
treecee6a049a77e41186a84f62b9cfbfdab4c3dba6f /emulators/simh
parent69ad9aa69240a15c8004bc9e736a6ad36b9dc705 (diff)
downloadpkgsrc-b8f0273cb9c9640ff8e411bd5769970a05ae2280.tar.gz
remove patch-ad, simh-3.9.0 contains this fix.
part of PR 46445.
Diffstat (limited to 'emulators/simh')
-rw-r--r--emulators/simh/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/simh/patches/patch-ad b/emulators/simh/patches/patch-ad
deleted file mode 100644
index 9e3b8559540..00000000000
--- a/emulators/simh/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2011/11/11 19:50:55 christos Exp $
-
---- sim_sock.c.orig 2008-11-20 13:53:48.000000000 -0500
-+++ sim_sock.c 2011-11-11 14:46:31.000000000 -0500
-@@ -195,7 +195,7 @@
- {
- int32 sta, err;
- #if defined (macintosh) || defined (__linux) || \
-- defined (__APPLE__) || defined (__OpenBSD__)
-+ defined (__APPLE__) || defined (__OpenBSD__) || defined(__NetBSD__)
- socklen_t size;
- #elif defined (_WIN32) || defined (__EMX__) ||\
- (defined (__ALPHA) && defined (__unix__))