PERFORCE change 142469 for review

Vincenzo Iozzo snagg at FreeBSD.org
Wed May 28 19:44:27 UTC 2008


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

Change 142469 by snagg at snagg_macosx on 2008/05/28 19:44:08

	Bug fixes

Affected files ...

.. //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_ioctl.h#14 edit

Differences ...

==== //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_ioctl.h#14 (text) ====

@@ -86,7 +86,7 @@
 #define	AUDITPIPE_SET_PRESELECT_MODE	_IOW(AUDITPIPE_IOBASE, 15, int)
 #define	AUDITPIPE_FLUSH			_IO(AUDITPIPE_IOBASE, 16)
 #define	AUDITPIPE_GET_MAXAUDITDATA	_IOR(AUDITPIPE_IOBASE, 17, u_int)
-#define	AUDITPIPE_GET_PRESELECT_EVENT_LIST	_IOR(AUDITPIPE_IOBASE, 18,	\
+#define	AUDITPIPE_GET_PRESELECT_EVENT_LIST	_IOWR(AUDITPIPE_IOBASE, 18,	\
 		    struct auditpipe_ioctl_preselect)
 #define	AUDITPIPE_SET_PRESELECT_EVENTS	_IOW(AUDITPIPE_IOBASE, 19,	\
 		    struct auditpipe_ioctl_preselect)


More information about the p4-projects mailing list