summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm
diff options
context:
space:
mode:
authortv <tv>1998-12-17 16:19:20 +0000
committertv <tv>1998-12-17 16:19:20 +0000
commit443ca879f171e856c1177f7c6ea385519b517d4b (patch)
tree9a51914e53b77333789e941a9aa7853cf946778b /comms/ifcico-cm
parentc5486a4ba069fa0d2524a739a6026fe973ea171a (diff)
downloadpkgsrc-443ca879f171e856c1177f7c6ea385519b517d4b.tar.gz
long -> time_t LP64 fix.
Diffstat (limited to 'comms/ifcico-cm')
-rw-r--r--comms/ifcico-cm/patches/patch-al21
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/ifcico-cm/patches/patch-al b/comms/ifcico-cm/patches/patch-al
new file mode 100644
index 00000000000..87d0809a87b
--- /dev/null
+++ b/comms/ifcico-cm/patches/patch-al
@@ -0,0 +1,21 @@
+$NetBSD: patch-al,v 1.1 1998/12/17 16:19:20 tv Exp $
+
+--- iflib/config.h.orig Thu Dec 17 10:26:12 1998
++++ iflib/config.h Thu Dec 17 10:27:03 1998
+@@ -6,6 +6,7 @@
+ #define _CONFIG_H
+
+ #include "ftn.h"
++#include <sys/time.h>
+
+ #ifndef AREA_LIST_TYPE
+ #define AREA_LIST_TYPE
+@@ -58,7 +59,7 @@
+ extern area_list *badgroups;
+
+ extern long configverbose;
+-extern long configtime;
++extern time_t configtime;
+ extern long maxfsize;
+ extern long maxpsize;
+ extern long speed;