diff options
author | julian <julian@FreeBSD.org> | 1997-10-16 08:18:38 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-10-16 08:18:38 +0000 |
commit | 39af6ebf220ab66e489f4472225c5c7f5d77ed76 (patch) | |
tree | 330e78139bd59d859e63a3d68d03b5fd658cd30d /sys/miscfs | |
parent | a901089b08a8ed129eee06f267ccba5fa18c18a9 (diff) | |
download | FreeBSD-src-39af6ebf220ab66e489f4472225c5c7f5d77ed76.zip FreeBSD-src-39af6ebf220ab66e489f4472225c5c7f5d77ed76.tar.gz |
remove forgotten debug printf()
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/devfs/devfs_vfsops.c | 3 |
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; } |