summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_file.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-09-12 22:16:18 +0000
committerjhb <jhb@FreeBSD.org>2001-09-12 22:16:18 +0000
commit7029820884c0bb851035031aea81f14a660acbf2 (patch)
tree2c7a5d18e31d22ac74da229aba81158d4e153ee7 /sys/compat/linux/linux_file.c
parentdbedb20a4ed81761bea9fbabaf021cc8bd6d5eb4 (diff)
downloadFreeBSD-src-7029820884c0bb851035031aea81f14a660acbf2.zip
FreeBSD-src-7029820884c0bb851035031aea81f14a660acbf2.tar.gz
Whitespace fix.
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 f1cba52..ed654ec 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;
OpenPOWER on IntegriCloud