diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1997-10-16 08:18:38 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1997-10-16 08:18:38 +0000 |
| commit | 67d65825cf07c6df3d11626ee37bfd5180045c0d (patch) | |
| tree | e5c548ed508beb8d9765219a8576371e509be0eb | |
| parent | 7d1f0a28253d0aaf1fab0d66adcb62a72df0525c (diff) | |
Notes
| -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 63f721addeab..aa790e61d789 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; } |
