summaryrefslogtreecommitdiff
path: root/devel/cscope/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cscope/patches/patch-ac')
-rw-r--r--devel/cscope/patches/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/cscope/patches/patch-ac b/devel/cscope/patches/patch-ac
deleted file mode 100644
index f1522abba35..00000000000
--- a/devel/cscope/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2000/05/14 00:18:56 hubertf Exp $
-
---- common/exec.c.orig Tue Apr 18 03:39:45 2000
-+++ common/exec.c Sun May 14 01:08:16 2000
-@@ -38,5 +38,9 @@
- #include "global.h"
- #include <stdarg.h>
-+#ifdef __NetBSD__
-+#include <sys/wait.h>
-+#else
- #include <wait.h>
-+#endif
- #include <curses.h>
-
-@@ -47,5 +51,7 @@
- static SIGTYPE (*oldsigstp)();
-
-+#ifndef __NetBSD__
- typedef int pid_t;
-+#endif
- static int join(), myexecvp();
- static pid_t myfork();