Whitespace fix.

This commit is contained in:
John Baldwin 2001-09-12 22:16:18 +00:00
parent c0c3937c8f
commit 198faf627d

View File

@ -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;