summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_subs.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-07-17 18:43:50 +0000
committerphk <phk@FreeBSD.org>1999-07-17 18:43:50 +0000
commit6c373ff516a4d81fb7ff42fa2e5f83336c689d02 (patch)
treef55a7b55757713b880028c26ee5d442c89c0bfee /sys/nfsclient/nfs_subs.c
parent490319991d4e8db85c4f009d40158c8aeeaf2ed8 (diff)
downloadFreeBSD-src-6c373ff516a4d81fb7ff42fa2e5f83336c689d02.zip
FreeBSD-src-6c373ff516a4d81fb7ff42fa2e5f83336c689d02.tar.gz
I have not one single time remembered the name of this function correctly
so obviously I gave it the wrong name. s/umakedev/makeudev/g
Diffstat (limited to 'sys/nfsclient/nfs_subs.c')
-rw-r--r--sys/nfsclient/nfs_subs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index d2d4365..68a936a 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
- * $Id: nfs_subs.c,v 1.77 1999/06/26 02:46:30 mckusick Exp $
+ * $Id: nfs_subs.c,v 1.78 1999/06/27 11:44:19 peter Exp $
*/
/*
@@ -1260,7 +1260,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper)
if (v3) {
vtyp = nfsv3tov_type(fp->fa_type);
vmode = fxdr_unsigned(u_short, fp->fa_mode);
- rdev = umakedev(fxdr_unsigned(int, fp->fa3_rdev.specdata1),
+ rdev = makeudev(fxdr_unsigned(int, fp->fa3_rdev.specdata1),
fxdr_unsigned(int, fp->fa3_rdev.specdata2));
fxdr_nfsv3time(&fp->fa3_mtime, &mtime);
} else {
OpenPOWER on IntegriCloud