From 3c310c7aa23a3cb5ab5e16de442f66523d0d6dca Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Jan 2004 02:13:13 +0000 Subject: fix last commit, which went in by mistake ('cvs ci filename' should be my friend:-) get rid of some more global unconst vars. I didn't find a referenz of this vars: SIG_ATOMIC_T reload_after_sighup = 0; SIG_ATOMIC_T got_sig_term = 0; tridge: is it ok to remove them? it compiles for me metze (This used to be commit b34a3104c63b36cec47acdedef36caaf571eb383) --- source4/smbd/process.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/smbd') diff --git a/source4/smbd/process.c b/source4/smbd/process.c index ae64bc988f..0891e3de76 100644 --- a/source4/smbd/process.c +++ b/source4/smbd/process.c @@ -21,8 +21,6 @@ #include "includes.h" -//SIG_ATOMIC_T reload_after_sighup = 0; -//SIG_ATOMIC_T got_sig_term = 0; /* send an oplock break request to a client -- cgit