22 lines
568 B
Text
22 lines
568 B
Text
$NetBSD: patch-ae,v 1.1 2006/03/05 08:17:49 christos Exp $
|
|
|
|
--- ipc.c 2005-12-01 23:34:09.000000000 -0500
|
|
+++ ipc.c 2006-03-04 18:14:08.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>
|
|
@@ -411,7 +411,7 @@
|
|
return 0;
|
|
}
|
|
|
|
-#endif /* defined(LINUX) || defined(SUNOS4) || defined(FREEBSD) */
|
|
+#endif /* defined(LINUX) || defined(SUNOS4) || defined(ALLBSD) */
|
|
|
|
#ifdef LINUX
|
|
int sys_mq_open(tcp)
|