summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/root/patches/patch-bc')
-rw-r--r--misc/root/patches/patch-bc13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/root/patches/patch-bc b/misc/root/patches/patch-bc
deleted file mode 100644
index e7c672843fd..00000000000
--- a/misc/root/patches/patch-bc
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bc,v 1.1 2010/02/26 10:56:38 drochner Exp $
-
---- cint/cint/lib/posix/posix.h.orig 2010-02-11 13:20:33.000000000 +0000
-+++ cint/cint/lib/posix/posix.h
-@@ -283,7 +283,7 @@ extern int setpgrp(pid_t _pid,pid_t _pgr
- #endif
- #elif (defined(G__SUN) || defined(__sun)) && !defined(__x86_64)
- extern long setpgrp(void);
--#elif defined(G__FBSD)||defined(__FreeBSD__)||defined(G__OBSD)||defined(__OpenBSD__)||((defined(G__alpha)||defined(__alpha))&&(defined(G__GNUC) || defined(G__LINUX) || defined(__linux__)))||((defined(G__alpha)||defined(__alpha))&&defined(G__GNUC))
-+#elif defined(G__FBSD)||defined(__FreeBSD__)||defined(G__OBSD)||defined(__OpenBSD__)||((defined(G__alpha)||defined(__alpha))&&(defined(G__GNUC) || defined(G__LINUX) || defined(__linux__)))||((defined(G__alpha)||defined(__alpha))&&defined(G__GNUC)) || defined(__NetBSD__) || defined(G__NBSD)
- extern int setpgrp(pid_t _pid, pid_t _pgrp);
- #elif defined(G__KCC) || defined(__KCC)
- extern pid_t setpgrp(void);