Skip to content

Commit

Permalink
[CIFS] Missing include shows up on some architectures
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Steve French committed Jun 1, 2006
1 parent 3979877 commit 9c53588
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 144 deletions.
2 changes: 1 addition & 1 deletion fs/cifs/cifsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t);
extern ssize_t cifs_listxattr(struct dentry *, char *, size_t);
extern int cifs_ioctl (struct inode * inode, struct file * filep,
unsigned int command, unsigned long arg);
#define CIFS_VERSION "1.43"
#define CIFS_VERSION "1.44"
#endif /* _CIFSFS_H */
143 changes: 0 additions & 143 deletions fs/cifs/ntlmssp.c

This file was deleted.

1 change: 1 addition & 0 deletions fs/cifs/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "ntlmssp.h"
#include "nterr.h"
#include <linux/ctype.h>
#include <linux/utsname.h>

extern void SMBencrypt(unsigned char *passwd, unsigned char *c8,
unsigned char *p24);
Expand Down

0 comments on commit 9c53588

Please sign in to comment.