unstaticate putterdebug

This commit is contained in:
pooka 2008-01-02 05:27:21 +00:00
parent 5493a07f14
commit b0e1200d26

View File

@ -1,4 +1,4 @@
/* $NetBSD: putter.c,v 1.6 2007/12/03 15:24:06 pooka Exp $ */
/* $NetBSD: putter.c,v 1.7 2008/01/02 05:27:21 pooka Exp $ */
/*
* Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: putter.c,v 1.6 2007/12/03 15:24:06 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: putter.c,v 1.7 2008/01/02 05:27:21 pooka Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@ -127,7 +127,7 @@ static int get_pi_idx(struct putter_instance *);
#endif
#ifdef PUTTERDEBUG
static int putterdebug = 0;
int putterdebug = 0;
#define DPRINTF(x) if (putterdebug > 0) printf x
#define DPRINTF_VERBOSE(x) if (putterdebug > 1) printf x
#else