patch-1.3.49 linux/fs/nfs/nfsroot.c
Next file: linux/include/linux/pci.h
Previous file: linux/fs/dquot.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Dec 21 06:44:33 1995
- Orig file:
v1.3.48/linux/fs/nfs/nfsroot.c
- Orig date:
Mon Nov 27 12:48:32 1995
diff -u --recursive --new-file v1.3.48/linux/fs/nfs/nfsroot.c linux/fs/nfs/nfsroot.c
@@ -50,14 +50,14 @@
#include <linux/nfs.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_mount.h>
-#include <netinet/in.h>
+#include <linux/in.h>
#include <net/route.h>
/* Range of privileged ports */
-#define STARTPORT 600
-#define ENDPORT (IPPORT_RESERVED - 1)
-#define NPORTS (ENDPORT - STARTPORT + 1)
+#define STARTPORT 600
+#define ENDPORT 1023
+#define NPORTS (ENDPORT - STARTPORT + 1)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this