You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/netkit-routed/files/netkit-routed-0.17-time.patch

21 lines
568 B

--- a/routed/main.c 2000-01-06 00:16:12.000000000 +0100
+++ b/routed/main.c 2010-08-26 23:04:56.000000000 +0200
@@ -57,6 +57,7 @@
#include <syslog.h>
#include <assert.h>
#include <sys/utsname.h>
+#include <time.h>
#define BUFSPACE (127*1024) /* max. input buffer size to request */
--- a/routed/trace.c 2000-07-23 01:25:11.000000000 +0200
+++ b/routed/trace.c 2010-08-26 23:05:17.000000000 +0200
@@ -50,6 +50,7 @@
#include <syslog.h>
#include <errno.h>
#include "pathnames.h"
+#include <time.h>
#define NRECORDS 50 /* size of circular trace buffer */