diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1995-09-06 09:29:19 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1995-09-06 09:29:19 +0000 |
| commit | a8ea97ec7f2d06570190ec072f118c63916e13c7 (patch) | |
| tree | 72842ab9fa12261a78b5eb2fb92f7ceb2c549baa /sys/miscfs/devfs/devfs_vnops.c | |
| parent | 7212976732a6b7618330e239d6cd0f70353d2d9a (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_vnops.c')
| -rw-r--r-- | sys/miscfs/devfs/devfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c index 8f00d6a8a95d..dd346b49f30d 100644 --- a/sys/miscfs/devfs/devfs_vnops.c +++ b/sys/miscfs/devfs/devfs_vnops.c @@ -1,7 +1,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.7 1995/09/02 07:09:01 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.8 1995/09/04 00:20:30 dyson Exp $ * * symlinks can wait 'til later. */ @@ -174,7 +174,7 @@ DBPRINT(("errr, maybe not cached ")); heldchar = cnp->cn_nameptr[cnp->cn_namelen]; cnp->cn_nameptr[cnp->cn_namelen] = '\0'; - new_node = dev_findfront(dir_node,cnp->cn_nameptr); + new_node = dev_findname(dir_node,cnp->cn_nameptr); cnp->cn_nameptr[cnp->cn_namelen] = heldchar; if(new_node) { |
