Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2005 19:05:19 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79857 for review
Message-ID:  <200507091905.j69J5JIg083803@repoman.freebsd.org>

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

Change 79857 by rwatson@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));



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