summaryrefslogtreecommitdiff
path: root/sysutils/strace/patches/patch-ae
blob: 2b04adb817a5508153967b3e435b2d5a7a8d1d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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)