Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2008 12:54:45 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153885 for review
Message-ID:  <200812011254.mB1CsjSZ051959@repoman.freebsd.org>

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

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



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