svn commit: r211239 - projects/sv/usr.sbin/netdumpsrv

Attilio Rao attilio at FreeBSD.org
Thu Aug 12 20:05:01 UTC 2010


Author: attilio
Date: Thu Aug 12 20:05:01 2010
New Revision: 211239
URL: http://svn.freebsd.org/changeset/base/211239

Log:
  Temporarilly (before to re-sort appropriately all the headers) fix
  compilation by moving down the libutil header.

Modified:
  projects/sv/usr.sbin/netdumpsrv/netdump_server.c

Modified: projects/sv/usr.sbin/netdumpsrv/netdump_server.c
==============================================================================
--- projects/sv/usr.sbin/netdumpsrv/netdump_server.c	Thu Aug 12 20:04:11 2010	(r211238)
+++ projects/sv/usr.sbin/netdumpsrv/netdump_server.c	Thu Aug 12 20:05:01 2010	(r211239)
@@ -29,7 +29,6 @@
 #include <signal.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <libutil.h>
 #include <netdb.h>
 #include <stdbool.h>
 #include <sys/types.h>
@@ -45,6 +44,7 @@
 #include <sys/queue.h>
 #include <netinet/netdump.h>
 #include <inttypes.h>
+#include <libutil.h>
 
 /* How many dumps to allow per IP before they need to be cleaned out */
 #define MAX_DUMPS 256


More information about the svn-src-projects mailing list