$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
