diff options
Diffstat (limited to 'innbbsd/port.c')
-rw-r--r-- | innbbsd/port.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innbbsd/port.c b/innbbsd/port.c index 8962ea14..fab82771 100644 --- a/innbbsd/port.c +++ b/innbbsd/port.c @@ -13,6 +13,7 @@ getdtablesize() } #endif +#if 0 #if defined(SYSV) && !defined(WITH_RECORD_O) #include <fcntl.h> flock(fd, op) @@ -31,3 +32,4 @@ flock(fd, op) return lockf(fd, op, 0L); } #endif +#endif |