[netfilter-cvslog] r6399 - in branches/ulog/ulogd2: . util

laforge at netfilter.org laforge at netfilter.org
Thu Jan 12 13:19:03 CET 2006


Author: laforge at netfilter.org
Date: 2006-01-12 13:19:03 +0100 (Thu, 12 Jan 2006)
New Revision: 6399

Modified:
   branches/ulog/ulogd2/configure.in
   branches/ulog/ulogd2/util/db.c
Log:
db.c warning fix

Signed-off-by: Christian Hentschel <chentschel at people.netfilter.org>                                        


Modified: branches/ulog/ulogd2/configure.in
===================================================================
--- branches/ulog/ulogd2/configure.in	2006-01-12 12:18:21 UTC (rev 6398)
+++ branches/ulog/ulogd2/configure.in	2006-01-12 12:19:03 UTC (rev 6399)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT
 
-AM_INIT_AUTOMAKE(ulogd, 2.0.0beta1)
+AM_INIT_AUTOMAKE(ulogd, 2.0.0beta2)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.

Modified: branches/ulog/ulogd2/util/db.c
===================================================================
--- branches/ulog/ulogd2/util/db.c	2006-01-12 12:18:21 UTC (rev 6398)
+++ branches/ulog/ulogd2/util/db.c	2006-01-12 12:19:03 UTC (rev 6399)
@@ -29,10 +29,12 @@
 #include <string.h>
 #include <errno.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 
 #include <ulogd/ulogd.h>
 #include <ulogd/db.h>
 
+
 /* generic db layer */
 
 static int __interp_db(struct ulogd_pluginstance *upi);




More information about the netfilter-cvslog mailing list