From ee1dc804fb1aa0c7ba3d0c2bb534a8965eaaf9dc Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 20 Oct 2001 21:23:52 +0000 Subject: Removed extern int DEBUGLEVEL - included in headers. Moved from timestamp based comparison of open files in share mode table to generational file_id comparison. This should help track down any logic bugs. Needs some more testing. Coming to HEAD as soon as the compile finishes :-). Jeremy. --- source/lib/sysacls.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/lib/sysacls.c') diff --git a/source/lib/sysacls.c b/source/lib/sysacls.c index 0f488888a8f..77adbce1506 100644 --- a/source/lib/sysacls.c +++ b/source/lib/sysacls.c @@ -21,8 +21,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - /* This file wraps all differing system ACL interfaces into a consistent one based on the POSIX interface. It also returns the correct errors -- cgit