CVSROOT: /cvs Module name: ports Changes by: t...@cvs.openbsd.org 2025/07/12 23:41:44
Added files: net/wget2/patches: patch-lib_fseeko_c Log message: wget2: apply usual fix for build with opaque __sFILE: Patch gnulib/fseeko.c. gnulib is doing this to make fflush() behaivour 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().