summaryrefslogtreecommitdiff
path: root/misc/xtail/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xtail/patches/patch-aa')
-rw-r--r--misc/xtail/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/xtail/patches/patch-aa b/misc/xtail/patches/patch-aa
new file mode 100644
index 00000000000..b1b22b8e69e
--- /dev/null
+++ b/misc/xtail/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/07/08 14:29:51 simonb Exp $
+
+--- xtail.h.orig Mon Jun 5 17:13:22 2000
++++ xtail.h Mon Jul 9 00:21:41 2001
+@@ -112,7 +112,7 @@
+ char *name; /* pathname to the entry */
+ int fd; /* opened fd, or <= 0 if not opened */
+ long size; /* size of entry last time checked */
+- long mtime; /* modification time last time checked */
++ time_t mtime; /* modification time last time checked */
+ };
+
+ struct entry_list {