diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2012-08-30 10:12:40 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2012-08-30 10:12:40 +0000 |
| commit | 803fb98bd476b22f8079342ffa1e2a3046643af5 (patch) | |
| tree | 9d1bfc6c266962780f5adf949de63bfc12221033 /lib/libc/sys | |
| parent | 106379779cf20c8664cb76e899737b170df7c423 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/fcntl.c b/lib/libc/sys/fcntl.c index 470f8ab7d674..480cc40cb69e 100644 --- a/lib/libc/sys/fcntl.c +++ b/lib/libc/sys/fcntl.c @@ -41,7 +41,7 @@ __fcntl_compat(int fd, int cmd, ...) { va_list args; long arg; - struct oflock ofl; + struct __oflock ofl; struct flock *flp; int res; |
