Make it work with NetBSD 1.3.2.
1998-12-05 Martin Baulig <martin@home-of-linux.org> * Make it work with NetBSD 1.3.2. Well, it compiles without problems but not all features are currently working; need to look a little bit closer at it. Ok for now, think I'll install OpenBSD and test it there ... Martin
This commit is contained in:
committed by
Martin Baulig
parent
d414a22ee3
commit
67a344b9d4
@@ -27,7 +27,11 @@
|
||||
|
||||
/* #define KERNEL to get declaration of `struct msginfo'. */
|
||||
|
||||
#define KERNEL
|
||||
#ifdef __FreeBSD__
|
||||
#define KERNEL 1
|
||||
#else
|
||||
#define _KERNEL 1
|
||||
#endif
|
||||
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/msg.h>
|
||||
|
Reference in New Issue
Block a user