Pass O_LARGEFILE to open() in case we want to link on something that
authorhpa <hpa>
Wed, 16 Apr 2003 03:20:25 +0000 (03:20 +0000)
committerhpa <hpa>
Wed, 16 Apr 2003 03:20:25 +0000 (03:20 +0000)
commit8428eba6d5889a4647370a02324e48d6ada05482
treed77a049caeb344af1a1c3b2f9e551fdf88e7b5f1
parent5bc83a208a25f61313597d734d8a6f561fba6417
Pass O_LARGEFILE to open() in case we want to link on something that
doesn't have _FILE_OFFSET_BITS=64, like klibc.  We only touch the
first 512 bytes regardless, so it's completely harmless even if we
only get 32 bits.
syslinux-nomtools.c