diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-07 22:24:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-07 22:24:07 +0000 |
commit | 95badf84206ce957c870e8406d312ce3d8f5bd18 (patch) | |
tree | f9060aa6adee6f37d2e0b6d61179551adfd5ec7e /nfs | |
parent | 120599ac2577081701b601138c82315651699055 (diff) |
Formerly mount.c.~2~
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/mount.c b/nfs/mount.c index 45880871..07b19ff5 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -68,7 +68,7 @@ mount_root (char *name, char *host) /* Fetch the reply port and clean the RPC */ port = ntohl (*p++); - addr->sin_port = htons (port); /* note that htons and ntohl are not inverses */ + addr->sin_port = htons (port); /* note: htons and ntohl aren't inverses */ free (rpcbuf); /* Now talking to the mount program, fetch the file handle |