PERFORCE change 136131 for review

Christian S.J. Peron csjp at FreeBSD.org
Mon Feb 25 00:09:39 UTC 2008


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

Change 136131 by csjp at ibm01 on 2008/02/25 00:09:12

	A couple of cosmetic tweaks

Affected files ...

.. //depot/projects/trustedbsd/netauditd/conf.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/netauditd/conf.c#2 (text+ko) ====

@@ -23,13 +23,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-
 #include <sys/types.h>
 #include <sys/queue.h>
 #include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/time.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -40,10 +40,12 @@
 #include <fcntl.h>
 #include <netdb.h>
 #include <signal.h>
+
 #include <bsm/libbsm.h>
+
 #include "netauditd.h"
 
-const struct conf_ent {
+static const struct conf_ent {
 	char		*c_mode;
 	char		*c_type;
 	int		c_min_args;


More information about the p4-projects mailing list