pkgsrc/ham/dpbox/patches/patch-ac

13 lines
667 B
Text

$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);