Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2005 01:54:54 GMT
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 78655 for review
Message-ID:  <200506170154.j5H1sscO077087@repoman.freebsd.org>

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

Change 78655 by wsalamon@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;



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