summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1997-10-16 08:18:38 +0000
committerjulian <julian@FreeBSD.org>1997-10-16 08:18:38 +0000
commit39af6ebf220ab66e489f4472225c5c7f5d77ed76 (patch)
tree330e78139bd59d859e63a3d68d03b5fd658cd30d
parenta901089b08a8ed129eee06f267ccba5fa18c18a9 (diff)
downloadFreeBSD-src-39af6ebf220ab66e489f4472225c5c7f5d77ed76.zip
FreeBSD-src-39af6ebf220ab66e489f4472225c5c7f5d77ed76.tar.gz
remove forgotten debug printf()
-rw-r--r--sys/miscfs/devfs/devfs_vfsops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c
index 63f721a..aa790e6 100644
--- a/sys/miscfs/devfs/devfs_vfsops.c
+++ b/sys/miscfs/devfs/devfs_vfsops.c
@@ -1,7 +1,7 @@
/*-
* Written by Julian Elischer (julian@DIALix.oz.au)
*
- * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.23 1997/10/16 06:29:27 julian Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.24 1997/10/16 07:28:50 julian Exp $
*
*
*/
@@ -153,7 +153,6 @@ devfs_unmount( struct mount *mp, int mntflags, struct proc *p)
int flags = 0;
int error;
-printf("-devfs_unmount-");
if (mntflags & MNT_FORCE) {
flags |= FORCECLOSE;
}
OpenPOWER on IntegriCloud