diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 02:25:38 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 02:25:38 +0000 |
commit | 16b5d462f73eb29d1f67fa01cc1ea66afdc72569 (patch) | |
tree | 5407bd573f4840e473ea27cbe61e5c7a07131fcd /net/khttpd | |
parent | ce8a076e11e7e5ee36007f9a3eee5bb3744cb8f6 (diff) |
Merge with Linux 2.3.99-pre2.
Diffstat (limited to 'net/khttpd')
-rw-r--r-- | net/khttpd/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/khttpd/security.c b/net/khttpd/security.c index df346aadb..bd578941d 100644 --- a/net/khttpd/security.c +++ b/net/khttpd/security.c @@ -115,7 +115,7 @@ struct file *OpenFileForSecurity(char *Filename) - filp = filp_open(Filename,00,O_RDONLY); + filp = filp_open(Filename, 0, O_RDONLY, NULL); if ((IS_ERR(filp))||(filp==NULL)||(filp->f_dentry==NULL)) |