Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2008 00:09:38 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136131 for review
Message-ID:  <200802250009.m1P09cKE097525@repoman.freebsd.org>

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

Change 136131 by csjp@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;



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