diff options
Diffstat (limited to 'cad/ng-spice/patches/patch-ak')
-rw-r--r-- | cad/ng-spice/patches/patch-ak | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/cad/ng-spice/patches/patch-ak b/cad/ng-spice/patches/patch-ak deleted file mode 100644 index e8c07513530..00000000000 --- a/cad/ng-spice/patches/patch-ak +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-ak,v 1.2 2010/02/28 18:00:19 dmcmahill Exp $ - ---- src/frontend/aspice.c.orig 2008-05-31 08:38:56.000000000 +0000 -+++ src/frontend/aspice.c -@@ -177,15 +177,11 @@ sigchild(void) - * whether the exit was normal or not. - */ - --#if defined(__NetBSD__) -- pid_t status; --#elif defined(__FreeBSD__) || defined(__APPLE__) || defined(SOLARIS) -- int status; --#else -- union wait status; --#endif -- -- -+/* -+ * On posix systems, wait() is: -+ * pid_t wait(int *status); -+ */ -+int status; - - void - ft_checkkids(void) |