From a3fd58aa8909233d2933afab862861fe8555d59e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 9 Mar 1999 22:09:49 +0000 Subject: [PATCH] (init_filelock): New function. --- src/filelock.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/filelock.c b/src/filelock.c index 429036f3305..3e34514fef8 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -680,6 +680,12 @@ t if it is locked by you, else a string of the name of the locker.") /* Initialization functions. */ +void +init_filelock () +{ + boot_time = 0; +} + void syms_of_filelock () { -- 2.39.2