13 lines
470 B
Text
13 lines
470 B
Text
$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 {
|