CVSROOT: /cvs Module name: ports Changes by: yasu...@cvs.openbsd.org 2025/07/11 08:51:15
Added files: archivers/gshar+gunshar/patches: patch-lib_fseeko_c archivers/gtar/patches: patch-gnu_fseeko_c astro/gcal/patches: patch-lib_fseeko_c devel/gettext/patches: patch-gettext-tools_gnulib-tests_fseeko_c devel/m4/patches: patch-lib_fseeko_c math/datamash/patches: patch-lib_fseeko_c misc/findutils/patches: patch-gl_lib_fseeko_c net/dico/patches: patch-xdico_gnu_fseeko_c net/lftp/patches: patch-lib_fseeko_c net/monitoring-plugins/patches: patch-gl_fseeko_c net/wget/patches: patch-lib_fseeko_c security/gnutls/patches: patch-src_gl_fseeko_c security/libgsasl/patches: patch-gl_fseeko_c security/oath-toolkit/patches: patch-liboath_gl_fseeko_c sysutils/coreutils/patches: patch-lib_fseeko_c textproc/gsed/patches: patch-gnulib-tests_fseeko_c Log message: 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(). feedbacks from tb guenther beck ok sthen