diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-12 02:41:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-12 02:41:49 -0700 |
| commit | 80d8187e578a738771f8905125dbd0c4f593db01 (patch) | |
| tree | 78293c8fac99de8a13239fbb5bec3808c0049872 /include/linux | |
| parent | 215b5cf3b29ab92b2ebc9c4e346cf478b6f1e646 (diff) | |
Make sys_open() declaration match definition.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 6433033ad2b5..6363727f6204 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1017,7 +1017,7 @@ static inline int break_lease(struct inode *inode, unsigned int mode) /* fs/open.c */ -asmlinkage long sys_open(const char *, int, int); +asmlinkage long sys_open(const char __user *, int, int); asmlinkage long sys_close(unsigned int); /* yes, it's really unsigned */ extern int do_truncate(struct dentry *, loff_t start); |
