summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-09-17 19:41:26 +0000
committerdes <des@FreeBSD.org>2000-09-17 19:41:26 +0000
commit86bd96948b39236010d8d47f7c71add8abce9e2a (patch)
treedc2a8fb4fa39e7f7ca7940cafc38064a39c19bcc /sys/ufs
parent2c0439307794d3722afd4f04030c04777c4f6fe8 (diff)
downloadFreeBSD-src-86bd96948b39236010d8d47f7c71add8abce9e2a.zip
FreeBSD-src-86bd96948b39236010d8d47f7c71add8abce9e2a.tar.gz
Silence a warning.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c
index bbe5f2f..d27a926 100644
--- a/sys/ufs/ffs/ffs_snapshot.c
+++ b/sys/ufs/ffs/ffs_snapshot.c
@@ -57,7 +57,7 @@
#include <ufs/ffs/ffs_extern.h>
#define KERNCRED proc0.p_ucred
-#define DEBUG
+#define DEBUG 1
static int indiracct __P((struct vnode *, struct vnode *, int, ufs_daddr_t,
int, int, int, int));
OpenPOWER on IntegriCloud