PERFORCE change 91100 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 4 19:44:24 GMT 2006


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

Change 91100 by rwatson at rwatson_zoo on 2006/02/04 19:44:00

	Staticize audit state.
	
	Remove stale comment.

Affected files ...

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

Differences ...

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

@@ -33,12 +33,6 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
-/*
- * login [ name ]
- * login -h hostname	(for telnetd, etc.)
- * login -f name	(for pre-authenticated login: datakit, xterm, etc.)
- */
-
 #include <sys/types.h>
 
 #include <bsm/libbsm.h>
@@ -54,7 +48,7 @@
 /*
  * Audit data
  */
-au_tid_t tid;
+static au_tid_t tid;
 
 /*
  * The following tokens are included in the audit record for a successful
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list