PERFORCE change 110956 for review

Roman Divacky rdivacky at FreeBSD.org
Sun Dec 3 09:45:14 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110956

Change 110956 by rdivacky at rdivacky_witten on 2006/12/03 17:44:49

	Last commit broke linuxulator... we need LINUX_MSG_INFO definition.
	I put it into linux_ipc.h because it doesnt seem to be MD but all
	the other definitions are in arch/linux*/linux*.h

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_ipc.h#2 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_ipc.h#2 (text+ko) ====

@@ -135,6 +135,8 @@
 int linux_shmdt(struct thread *, struct linux_shmdt_args *);
 int linux_shmget(struct thread *, struct linux_shmget_args *);
 
+#define	LINUX_MSG_INFO	12
+
 #endif	/* __i386__ || __amd64__ */
 
 #endif /* _LINUX_IPC_H_ */


More information about the p4-projects mailing list