mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
23 lines
556 B
Plaintext
23 lines
556 B
Plaintext
$NetBSD: patch-ak,v 1.3 2007/12/05 16:31:00 christos Exp $
|
|
|
|
--- ipc.c.orig 2007-01-15 15:25:52.000000000 -0500
|
|
+++ ipc.c 2007-12-05 11:03:17.000000000 -0500
|
|
@@ -32,7 +32,7 @@
|
|
|
|
#include "defs.h"
|
|
|
|
-#if defined(LINUX) || defined(SUNOS4) || defined(FREEBSD)
|
|
+#if defined(LINUX) || defined(SUNOS4) || defined(ALLBSD)
|
|
|
|
# ifdef HAVE_MQUEUE_H
|
|
# include <mqueue.h>
|
|
@@ -410,7 +410,7 @@
|
|
return 0;
|
|
}
|
|
|
|
-#endif /* defined(LINUX) || defined(SUNOS4) || defined(FREEBSD) */
|
|
+#endif /* defined(LINUX) || defined(SUNOS4) || defined(ALLBSD) */
|
|
|
|
#ifdef LINUX
|
|
int
|