diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-01 01:09:10 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-01 01:09:10 -0400 |
commit | 9c53588ec96d85f82e9bf3fb1af7cca31056e940 (patch) | |
tree | 29357cd58a40c571ced0064a54272fa3d3e374a0 /fs/cifs/cifsfs.h | |
parent | 3979877e5606ecc58c5a31bd0078c6d80ba9cbe7 (diff) |
[CIFS] Missing include shows up on some architectures
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index c98755dca868..2fc6d6527f1e 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h | |||
@@ -99,5 +99,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t); | |||
99 | extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); | 99 | extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); |
100 | extern int cifs_ioctl (struct inode * inode, struct file * filep, | 100 | extern int cifs_ioctl (struct inode * inode, struct file * filep, |
101 | unsigned int command, unsigned long arg); | 101 | unsigned int command, unsigned long arg); |
102 | #define CIFS_VERSION "1.43" | 102 | #define CIFS_VERSION "1.44" |
103 | #endif /* _CIFSFS_H */ | 103 | #endif /* _CIFSFS_H */ |