PERFORCE change 75788 for review
Robert Watson
rwatson at FreeBSD.org
Sat Apr 23 11:31:32 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=75788
Change 75788 by rwatson at rwatson_paprika on 2005/04/23 11:30:41
Don't pollute global name space with 'delim'.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_flags.c#2 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_flags.c#2 (text+ko) ====
@@ -31,7 +31,7 @@
#include <libbsm.h>
-char *delim = ",";
+static const char *delim = ",";
/*
* Convert the character representation of audit values
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