From 0549fd894f1f4eaa9630247883b4a63d5b1f648d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 18 Dec 1995 18:51:53 +0000 Subject: Formerly mount.c.~7~ --- nfs/mount.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nfs/mount.c') diff --git a/nfs/mount.c b/nfs/mount.c index 0113d665..2c53b72e 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -110,6 +110,9 @@ mount_root (char *name, char *host) perror (name); return 0; } + /* XXX Protocol spec says this should be a "unix error code"; we'll + pretend that an NFS error code is what's meant, the numbers match + anyhow. */ errno = nfs_error_trans (htonl (*p++)); if (errno) { -- cgit v1.2.3