diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-01-13 14:12:16 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-01-13 14:12:16 +0000 |
| commit | 21f633c5c2badbc680411c19ea4bc6c882ae74b2 (patch) | |
| tree | 0c14a8d0ca49a78c8625aef97e9b593fc4741311 | |
| parent | ba868b0da2779f9cc5950307ae25eb5e769cad18 (diff) | |
Notes
| -rw-r--r-- | sys/compat/linux/linux_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 9e1156c9aeb7..54f4584e3263 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -932,7 +932,6 @@ static int fcntl_common(struct thread *td, struct linux_fcntl64_args *args) { struct fcntl_args fcntl_args; - struct filedesc *fdp; struct file *fp; int error, result; |
