CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2022/05/13 23:06:32

Modified files:
        lib/libc/gen   : getcap.c 
        lib/libc/hidden: stdio.h 
        lib/libc/rpc   : xdr_stdio.c 
        lib/libc/stdio : fseek.c rewind.c 

Log message:
Use fseeko() instead of fseek() inside libc, as the latter just
calls the former with a loss of range.  Mark fseek symbol as
deprecated to block accidental use in the future.

ok millert@ deraadt@

Reply via email to