diff options
author | phk <phk@FreeBSD.org> | 1999-07-17 18:43:50 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-07-17 18:43:50 +0000 |
commit | 6c373ff516a4d81fb7ff42fa2e5f83336c689d02 (patch) | |
tree | f55a7b55757713b880028c26ee5d442c89c0bfee /sys/nfs/nfs_common.c | |
parent | 490319991d4e8db85c4f009d40158c8aeeaf2ed8 (diff) | |
download | FreeBSD-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/nfs/nfs_common.c')
-rw-r--r-- | sys/nfs/nfs_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index d2d4365..68a936a 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.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 { |