From 95badf84206ce957c870e8406d312ce3d8f5bd18 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 7 Dec 1995 22:24:07 +0000 Subject: Formerly mount.c.~2~ --- nfs/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfs') 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 -- cgit v1.2.3