Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2007 19:13:17 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122296 for review
Message-ID:  <200706251913.l5PJDHgd093319@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122296

Change 122296 by rdivacky@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706251913.l5PJDHgd093319>