PERFORCE change 78655 for review
    Wayne Salamon 
    wsalamon at FreeBSD.org
       
    Fri Jun 17 01:54:55 GMT 2005
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=78655
Change 78655 by wsalamon at rickenbacker on 2005/06/17 01:54:17
	Remove the obsolete union definition for the auditctl() syscall now
	that it only takes a single char * parameter.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#14 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#14 (text+ko) ====
@@ -131,11 +131,6 @@
 	u_short		so_lport;	/* local port */
 };
 
-union auditctl_udata {
-	char			*ac_path;
-	unsigned int		ac_trigger;
-};
-
 union auditon_udata {
 	char			*au_path;
 	long			au_cond;
    
    
More information about the p4-projects
mailing list