blob: 27682462d7f7f068157e5855faaa21c8c6988229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2000/09/25 16:21:01 wulf Exp $
--- filesys.h.orig Sun Sep 24 12:46:31 2000
+++ filesys.h Sun Sep 24 07:41:32 2000
@@ -177,7 +177,7 @@
extern void sfclose_x(short *handle, boolean delete_it);
extern void sfdelfile(char *name);
extern void sfdispfilelist(short x, dispfilelistproc outproc);
-extern void chkopenfiles(long maxopen, char *fn); /* maxopen in sekunden */
+extern void chkopenfiles(time_t maxopen, char *fn); /* maxopen in sekunden */
extern short fmv_x(char *filea, char *fileb, boolean delete_source,
long start, long size, boolean was_rename);
extern boolean tas_lockfile(long waittime, long oldtime, char *name);
|