Date: Sun, 3 Dec 2006 17:45:13 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 110956 for review Message-ID: <200612031745.kB3HjDTt049995@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110956 Change 110956 by rdivacky@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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612031745.kB3HjDTt049995>