PERFORCE change 96310 for review

Robert Watson rwatson at FreeBSD.org
Fri Apr 28 13:31:31 UTC 2006


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

Change 96310 by rwatson at rwatson_zoo on 2006/04/28 13:27:56

	Remove unused variables.

Affected files ...

.. //depot/projects/trustedbsd/audit3/usr.bin/login/login_audit.c#16 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/usr.bin/login/login_audit.c#16 (text+ko) ====

@@ -231,8 +231,6 @@
 {
 	token_t *tok;
 	int aufd;
-	au_mask_t aumask;
-	auditinfo_t auinfo;
 	uid_t uid = pwd->pw_uid;
 	gid_t gid = pwd->pw_gid;
 	pid_t pid = getpid();


More information about the trustedbsd-cvs mailing list