diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-18 18:51:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-18 18:51:53 +0000 |
commit | 0549fd894f1f4eaa9630247883b4a63d5b1f648d (patch) | |
tree | e96803c4215435e416628983986cc6e4a72c901a /nfs | |
parent | d855df8a6fe93605fd7d38c12d588c8ae9e0c177 (diff) |
Formerly mount.c.~7~
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/mount.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |