diff options
| author | Petr Vandrovec <vandrove@vc.cvut.cz> | 2002-09-21 00:34:14 +0200 |
|---|---|---|
| committer | Petr Vandrovec <vandrove@vc.cvut.cz> | 2002-09-21 00:34:14 +0200 |
| commit | 8612e0886498766a8eca36edb42032e0f4dd3f0d (patch) | |
| tree | b86de58b0df3c401e93c8a914d4ec8afa83f408f /include/linux | |
| parent | 36093059d28aa32aaa775727e08812e1f63c61c5 (diff) | |
Add support for text mount option string to ncpfs.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ncp_mount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ncp_mount.h b/include/linux/ncp_mount.h index 4bdcfff1f79e..38880685f6f6 100644 --- a/include/linux/ncp_mount.h +++ b/include/linux/ncp_mount.h @@ -11,7 +11,7 @@ #include <linux/types.h> #include <linux/ncp.h> -#define NCP_MOUNT_VERSION 3 +#define NCP_MOUNT_VERSION 3 /* Binary */ /* Values for flags */ #define NCP_MOUNT_SOFT 0x0001 @@ -41,7 +41,7 @@ struct ncp_mount_data { __kernel_mode_t dir_mode; }; -#define NCP_MOUNT_VERSION_V4 (4) +#define NCP_MOUNT_VERSION_V4 (4) /* Binary or text */ struct ncp_mount_data_v4 { int version; |
