PERFORCE change 76307 for review

Wayne Salamon wsalamon at FreeBSD.org
Sat Apr 30 21:21:32 GMT 2005


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

Change 76307 by wsalamon at rickenbacker on 2005/04/30 21:21:22

	Print the value of the arg64 token as hex, not decimal.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#7 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#7 (text+ko) ====

@@ -559,7 +559,7 @@
 	print_delim(fp, del);
 	print_1_byte(fp, tok->tt.arg64.no, "%u");
 	print_delim(fp, del);
-	print_8_bytes(fp, tok->tt.arg64.val, "%lld");
+	print_8_bytes(fp, tok->tt.arg64.val, "%#llx");
 	print_delim(fp, del);
 	print_string(fp, tok->tt.arg64.text, tok->tt.arg64.len);
 }
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