Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2005 11:31:32 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75788 for review
Message-ID:  <200504231131.j3NBVWKi062613@repoman.freebsd.org>

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

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



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