patch-2.0.27 linux/include/linux/smb_mount.h
Next file: linux/init/main.c
Previous file: linux/include/linux/smb_fs_sb.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sun Dec 1 20:04:42 1996
- Orig file:
v2.0.26/linux/include/linux/smb_mount.h
- Orig date:
Thu Jul 18 14:59:02 1996
diff -u --recursive --new-file v2.0.26/linux/include/linux/smb_mount.h linux/include/linux/smb_mount.h
@@ -1,7 +1,7 @@
/*
* smb_mount.h
*
- * Copyright (C) 1995 by Paal-Kr. Engstad and Volker Lendecke
+ * Copyright (C) 1995, 1996 by Paal-Kr. Engstad and Volker Lendecke
*
*/
@@ -11,7 +11,7 @@
#include <linux/types.h>
#include <linux/in.h>
-#define SMB_MOUNT_VERSION 4
+#define SMB_MOUNT_VERSION 5
struct smb_mount_data {
int version;
@@ -26,6 +26,7 @@
char username[64];
char password[64];
+ char domain[64];
unsigned short max_xmit;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov