Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2006 14:00:46 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96702 for review
Message-ID:  <200605051400.k45E0kES059109@repoman.freebsd.org>

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

Change 96702 by rwatson@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.



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