PERFORCE change 79857 for review
Robert Watson
rwatson at FreeBSD.org
Sat Jul 9 19:05:19 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79857
Change 79857 by rwatson at rwatson_zoo on 2005/07/09 19:04:55
Remove unused variables, required by FreeBSD default kernel warning
and error level.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/ss/avtab.c#8 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/ss/avtab.c#8 (text+ko) ====
@@ -370,7 +370,7 @@
struct avtab_key avkey;
struct avtab_datum avdatum;
u32 *buf;
- u32 nel, items, items2;
+ u32 nel;
buf = next_entry(fp, sizeof(u32));
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