PERFORCE change 153885 for review

Robert Watson rwatson at FreeBSD.org
Mon Dec 1 04:54:46 PST 2008


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

Change 153885 by rwatson at rwatson_cinnamon_macosx on 2008/12/01 12:54:33

	Remove unused local variable in au_to_header32_ex_tm().

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#79 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#79 (text+ko) ====

@@ -30,7 +30,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#78 $
+ * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#79 $
  */
 
 #include <sys/types.h>
@@ -1338,7 +1338,7 @@
 {
 	token_t *t;
 	u_char *dptr = NULL;
-	u_int32_t timems, hostid;
+	u_int32_t timems;
 	au_tid_addr_t *tid = &aia->ai_termid;
 
 	if (tid->at_type != AU_IPv4 && tid->at_type != AU_IPv6)


More information about the p4-projects mailing list