summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-08-30 10:12:40 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-08-30 10:12:40 +0000
commit803fb98bd476b22f8079342ffa1e2a3046643af5 (patch)
tree9d1bfc6c266962780f5adf949de63bfc12221033 /lib/libc/sys
parent106379779cf20c8664cb76e899737b170df7c423 (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/fcntl.c2
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;