diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-15 22:12:53 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-15 22:12:53 +0000 |
| commit | c6a3f1fc92022a50df8585a06ffaf47a022dc753 (patch) | |
| tree | 8c0a097444da7768dc169ba213f4b1d65e1765f9 | |
| parent | 365433d9b8bd2786d06c7f2d22b3a71312980311 (diff) | |
Notes
| -rw-r--r-- | sys/sys/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h index ca6cc055b9168..d2e31d23db51f 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -194,8 +194,8 @@ fo_read(fp, uio, active_cred, flags, td) struct file *fp; struct uio *uio; struct ucred *active_cred; - struct thread *td; int flags; + struct thread *td; { return ((*fp->f_ops->fo_read)(fp, uio, active_cred, flags, td)); |
