summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_file.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-09-12 22:16:18 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-09-12 22:16:18 +0000
commit198faf627d7559eed016bd5ad2d081520f04da2b (patch)
tree2c7a5d18e31d22ac74da229aba81158d4e153ee7 /sys/compat/linux/linux_file.c
parentc0c3937c8fb79549c72f03d6233443ddb3e05867 (diff)
Notes
Diffstat (limited to 'sys/compat/linux/linux_file.c')
-rw-r--r--sys/compat/linux/linux_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c
index f1cba526aac7..ed654ec011ed 100644
--- a/sys/compat/linux/linux_file.c
+++ b/sys/compat/linux/linux_file.c
@@ -87,7 +87,7 @@ linux_open(struct thread *td, struct linux_open_args *args)
int flags;
int mode;
} */ bsd_open_args;
- struct proc *p = td->td_proc;
+ struct proc *p = td->td_proc;
int error;
caddr_t sg;