diff options
Diffstat (limited to 'parallel/sge/patches/patch-av')
-rw-r--r-- | parallel/sge/patches/patch-av | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/parallel/sge/patches/patch-av b/parallel/sge/patches/patch-av deleted file mode 100644 index 8c0b9f73b48..00000000000 --- a/parallel/sge/patches/patch-av +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-av,v 1.1.1.1 2004/05/03 00:38:35 dmcmahill Exp $ - ---- source/libs/rmon/rmon_semaph.c 2003-10-02 14:25:47.000000000 +0200 -+++ source/libs/rmon/rmon_semaph.c 2003-09-30 16:14:54.000000000 +0200 -@@ -56,7 +56,7 @@ - /* - * Define the semaphore operation arrays for the semop() calls. - */ --#if defined(bsd4_2) || defined(MACH) || defined(__hpux) || defined(_AIX) || defined(SOLARIS) || defined(SINIX) || (defined(LINUX) && defined(_SEM_SEMUN_UNDEFINED)) -+#if defined(bsd4_2) || defined(MACH) || defined(__hpux) || defined(_AIX) || defined(SOLARIS) || defined(SINIX) || (defined(LINUX) && defined(_SEM_SEMUN_UNDEFINED)) || defined(NETBSD) - union semun { - int val; /* value for SETVAL */ - struct semid_ds *buf; /* buffer for IPC_STAT & IPC_SET */ |