patch-2.2.18 linux/arch/sparc/kernel/sys_sunos.c
Next file: linux/arch/sparc/lib/Makefile
Previous file: linux/arch/sparc/kernel/sun4m_smp.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Sep 17 17:57:13 2000
- Orig file:
v2.2.17/arch/sparc/kernel/sys_sunos.c
- Orig date:
Fri Apr 21 12:45:48 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/sparc/kernel/sys_sunos.c linux/arch/sparc/kernel/sys_sunos.c
@@ -1,4 +1,4 @@
-/* $Id: sys_sunos.c,v 1.94.2.4 2000/01/17 21:28:27 davem Exp $
+/* $Id: sys_sunos.c,v 1.94.2.5 2000/09/16 14:15:15 davem Exp $
* sys_sunos.c: SunOS specific syscall compatibility support.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -707,7 +707,7 @@
#define SMNT_SYS5 128
struct sunos_fh_t {
- char fh_data [NFS_FHSIZE];
+ char fh_data [NFS2_FHSIZE];
};
struct sunos_nfs_mount_args {
@@ -774,7 +774,7 @@
server.sin_family = AF_INET;
server.sin_addr = addr->sin_addr;
- server.sin_port = NFS_PORT;
+ server.sin_port = NFS2_PORT;
/* Call sys_connect */
ret = socket->ops->connect (socket, (struct sockaddr *) &server,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)