mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
6f5decc491
to match what they expect. It accesses internal of __sFILE to change behavior of fseeko(), but we are hiding internal of __sFILE and our fseeko() is compatible with what gnulib expects already. Then the patch is to just use our fseeko(). feedbacks from tb guenther beck ok sthen