PERFORCE change 96702 for review

Robert Watson rwatson at FreeBSD.org
Fri May 5 14:00:55 UTC 2006


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

Change 96702 by rwatson at rwatson_zoo on 2006/05/05 13:59:44

	Correct copy/paste-o: use different ioctl numbers for different
	ioctls.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_ioctl.h#9 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_ioctl.h#9 (text+ko) ====

@@ -62,8 +62,8 @@
 #define	AUDITPIPE_DELETE_PRESELECT_AUID	_IOW(AUDITPIPE_IOBASE, 12, au_id_t)
 #define	AUDITPIPE_FLUSH_PRESELECT_AUID	_IO(AUDITPIPE_IOBASE, 13)
 #define	AUDITPIPE_GET_PRESELECT_TRAIL	_IOR(AUDITPIPE_IOBASE, 14, int)
-#define	AUDITPIPE_SET_PRESELECT_TRAIL	_IOW(AUDITPIPE_IOBASE, 14, int)
-#define	AUDITPIPE_FLUSH			_IO(AUDITPIPE_IOBASE, 15)
+#define	AUDITPIPE_SET_PRESELECT_TRAIL	_IOW(AUDITPIPE_IOBASE, 15, int)
+#define	AUDITPIPE_FLUSH			_IO(AUDITPIPE_IOBASE, 16)
 
 /*
  * Ioctls to retrieve audit pipe statistics.


More information about the trustedbsd-cvs mailing list