diff options
author | Igor Mammedov <niallain@gmail.com> | 2008-05-08 16:48:42 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-05-08 16:48:42 -0400 |
commit | 7c5e628f95b440b69332b1ed3eb112648fc8f7ff (patch) | |
tree | a75a077ca4bccd71fa708b4761e755295b27fed4 /fs/cifs/cifsproto.h | |
parent | cf432eb50ffd03572c08a006f44e0069957cf300 (diff) |
[CIFS] Fixed build warning in is_ip
Signed-off-by: Igor Mammedov <niallain@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index a249a29109a5..d481f6c5a2be 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -70,7 +70,7 @@ extern unsigned int smbCalcSize(struct smb_hdr *ptr); | |||
70 | extern unsigned int smbCalcSize_LE(struct smb_hdr *ptr); | 70 | extern unsigned int smbCalcSize_LE(struct smb_hdr *ptr); |
71 | extern int decode_negTokenInit(unsigned char *security_blob, int length, | 71 | extern int decode_negTokenInit(unsigned char *security_blob, int length, |
72 | enum securityEnum *secType); | 72 | enum securityEnum *secType); |
73 | extern int cifs_inet_pton(int, char *source, void *dst); | 73 | extern int cifs_inet_pton(const int, const char *source, void *dst); |
74 | extern int map_smb_to_linux_error(struct smb_hdr *smb, int logErr); | 74 | extern int map_smb_to_linux_error(struct smb_hdr *smb, int logErr); |
75 | extern void header_assemble(struct smb_hdr *, char /* command */ , | 75 | extern void header_assemble(struct smb_hdr *, char /* command */ , |
76 | const struct cifsTconInfo *, int /* length of | 76 | const struct cifsTconInfo *, int /* length of |