aboutsummaryrefslogtreecommitdiff
path: root/nfs/nfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/nfs.c')
-rw-r--r--nfs/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/nfs.c b/nfs/nfs.c
index c4d3e157..1a8b1d42 100644
--- a/nfs/nfs.c
+++ b/nfs/nfs.c
@@ -466,7 +466,7 @@ xdr_decode_fattr (int *p, struct stat *st)
p++;
minor = ntohl (*p);
p++;
- st->st_rdev = makedev (major, minor);
+ st->st_rdev = gnu_dev_makedev (major, minor);
}
st->st_fsid = ntohl (*p);
p++;