mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[CIFS] fix typo
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
acc18aa1e6
commit
3de2091ac7
1 changed files with 1 additions and 1 deletions
|
@ -101,5 +101,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
|||
extern const struct export_operations cifs_export_ops;
|
||||
#endif /* EXPERIMENTAL */
|
||||
|
||||
#define CIFS_VERSION "1.5666666"
|
||||
#define CIFS_VERSION "1.56"
|
||||
#endif /* _CIFSFS_H */
|
||||
|
|
Loading…
Reference in a new issue