diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-26 07:32:23 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-26 07:32:23 +0000 |
| commit | a8d43c90af5122ecff75b55fbaf6d5806674411b (patch) | |
| tree | 4b10a3edcceb3eb7cae2e63c46cb2b1d26c145bf /sys/compat/linux | |
| parent | dc539f3ee0827824a73fd840fac8e55977455984 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 8ccc5cf0c212..a2b57bc5deff 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -310,7 +310,7 @@ linux_uselib(struct thread *td, struct linux_uselib_args *args) if (error) goto cleanup; #endif - error = VOP_OPEN(vp, FREAD, td->td_ucred, td); + error = VOP_OPEN(vp, FREAD, td->td_ucred, td, -1); if (error) goto cleanup; |
