From a28e849d3ae3e7054853ec697cdb4ad59610893d Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 26 Apr 2012 17:18:33 +0000 Subject: [PATCH] remove multiple definitions. --- sys/coda/coda_vfsops.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index 7c2fb17727e4..df543aa85ec2 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: coda_vfsops.c,v 1.71 2012/04/26 03:04:54 christos Exp $ */ +/* $NetBSD: coda_vfsops.c,v 1.72 2012/04/26 17:18:33 christos Exp $ */ /* * @@ -45,7 +45,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.71 2012/04/26 03:04:54 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.72 2012/04/26 17:18:33 christos Exp $"); #ifndef _KERNEL_OPT #define NVCODA 4 @@ -78,11 +78,6 @@ __KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.71 2012/04/26 03:04:54 christos Ex MODULE(MODULE_CLASS_VFS, coda, NULL); -MALLOC_DEFINE(M_CODA, "coda", "Coda file system structures and tables"); - -int codadebug = 0; - -int coda_vfsop_print_entry = 0; #define ENTRY if(coda_vfsop_print_entry) myprintf(("Entered %s\n",__func__)) struct vnode *coda_ctlvp;