File net-acct_0.71.dif of Package netacct
--- src/capture-linux.c
+++ src/capture-linux.c
@@ -9,6 +9,7 @@
#include <sys/wait.h>
#include "netacct.h"
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
--- src/daemon.c
+++ src/daemon.c
@@ -4,6 +4,7 @@
* (C) 1994 Ulrich Callmeier
*/
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
--- src/naccttab.sample
+++ src/naccttab.sample
@@ -79,12 +79,12 @@
# For dynamic slip/ppp
-dynamicip /var/run # where files for dynamic ip are stored
-dynamicnet 202.36.94.0 255.255.255.0 # on which network are all the
+#dynamicip /var/run # where files for dynamic ip are stored
+#dynamicnet 202.36.94.0 255.255.255.0 # on which network are all the
# dynamically assigned adresses
-exclude-name-lookup 202.36.94.1 255.255.255.255
-exclude-name-lookup 202.36.94.253 255.255.255.255
+#exclude-name-lookup 202.36.94.1 255.255.255.255
+#exclude-name-lookup 202.36.94.253 255.255.255.255
# hostlimit 12.34.56.78 # log only packets to/from this host
# hostlimit 34.56.78.12 # and this one too