X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2Fflock.c;h=8972d9747e8362a8275819ee02f947161b4941a5;hb=668b136879471079ce03b26981a5fd1b3a210bc1;hp=62ac8f461fcbd367b94bd3403566fd0645c5d38e;hpb=2dd5b9a538b0cd637cefd5ca6e11e3b114cc2bce;p=idzebra-moved-to-github.git diff --git a/util/flock.c b/util/flock.c index 62ac8f4..8972d97 100644 --- a/util/flock.c +++ b/util/flock.c @@ -1,4 +1,4 @@ -/* $Id: flock.c,v 1.4.2.1 2006-03-24 13:47:30 adam Exp $ +/* $Id: flock.c,v 1.4.2.3 2006-08-14 10:39:24 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ @@ -44,7 +44,7 @@ struct zebra_lock_info { char *fname; }; -int log_level = 0 /* YLOG_LOG|YLOG_FLUSH */; +static int log_level = 0 /* YLOG_LOG|YLOG_FLUSH */; char *zebra_mk_fname (const char *dir, const char *name) {