aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-10-12 22:27:11 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-10-12 22:27:11 +0000
commitd9c15b1f71be91e746ed01fe3e8104b845e055b6 (patch)
treee458b2cc54e8c706a4cbc241559e183b41e0a609 /sys/miscfs/devfs
parent6f59cd11eac3e4d30a8b5d75f7c50e8f2af56099 (diff)
Notes
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c
index be1deab4840a..47220624223d 100644
--- a/sys/miscfs/devfs/devfs_tree.c
+++ b/sys/miscfs/devfs/devfs_tree.c
@@ -2,7 +2,7 @@
/*
* Written by Julian Elischer (julian@DIALix.oz.au)
*
- * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.43 1997/10/11 18:31:28 phk Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.44 1997/10/12 20:24:34 phk Exp $
*/
#include "opt_devfs.h"
@@ -620,7 +620,6 @@ devfs_remove_dev(void *devnmp)
{
dev_free_name(dnp->linklist);
}
- dev_free_name((devnm_p)devnmp);
return ;
}