PERFORCE change 122296 for review
Roman Divacky
rdivacky at FreeBSD.org
Mon Jun 25 19:13:18 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122296
Change 122296 by rdivacky at rdivacky_witten on 2007/06/25 19:13:14
Temporary disable the definition of O_EXEC, it breaks the kernel
REAL badly ;(
Affected files ...
.. //depot/projects/soc2007/rdivacky/linux_at/sys/sys/fcntl.h#7 edit
Differences ...
==== //depot/projects/soc2007/rdivacky/linux_at/sys/sys/fcntl.h#7 (text+ko) ====
@@ -73,8 +73,11 @@
#define O_RDONLY 0x0000 /* open for reading only */
#define O_WRONLY 0x0001 /* open for writing only */
#define O_RDWR 0x0002 /* open for reading and writing */
+#define O_ACCMODE 0x0003 /* mask for above modes */
+#if 0
#define O_EXEC 0x0004 /* open for execute only */
#define O_ACCMODE 0x0007 /* mask for above modes */
+#endif
/*
* Kernel encoding of open mode; separate read and write bits that are
More information about the p4-projects
mailing list