patch-2.1.55 linux/fs/smbfs/sock.c
Next file: linux/fs/sysv/dir.c
Previous file: linux/fs/smbfs/proc.c
Back to the patch index
Back to the overall index
-  Lines: 36
-  Date:
Sun Sep  7 11:07:20 1997
-  Orig file: 
v2.1.54/linux/fs/smbfs/sock.c
-  Orig date: 
Wed Sep  3 20:52:44 1997
diff -u --recursive --new-file v2.1.54/linux/fs/smbfs/sock.c linux/fs/smbfs/sock.c
@@ -86,7 +86,7 @@
 	{
 		unsigned char peek_buf[4];
 		int result;
-		unsigned short fs;
+		unsigned long fs;
 
 		fs = get_fs();
 		set_fs(get_ds());
@@ -276,7 +276,7 @@
 {
 	int result;
 	unsigned char peek_buf[4];
-	unsigned short fs;
+	unsigned long fs;
 
       re_recv:
 	fs = get_fs();
@@ -500,7 +500,7 @@
 smb_request(struct smb_sb_info *server)
 {
 	unsigned long old_mask;
-	unsigned short fs;
+	unsigned long fs;
 	int len, result;
 
 	unsigned char *buffer = (server == NULL) ? NULL : server->packet;
@@ -649,7 +649,7 @@
 		   int *lrparam, unsigned char **rparam)
 {
 	unsigned long old_mask;
-	unsigned short fs;
+	unsigned long fs;
 	int result;
 
 	pr_debug("smb_trans2_request: com=%d, ld=%d, lp=%d\n",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov