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/interface.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/lib/interface.c') diff --git a/source/lib/interface.c b/source/lib/interface.c index 3e45d627d37..8f975e10b5f 100644 --- a/source/lib/interface.c +++ b/source/lib/interface.c @@ -26,8 +26,6 @@ static struct iface_struct *probed_ifaces; static int total_probed; -extern int DEBUGLEVEL; - struct in_addr ipzero; struct in_addr allones_ip; struct in_addr loopback_ip; -- cgit