freebsd-dev/usr.bin/msgs
Andrey A. Chernov 005ee369ed File positions are off_t nowdays, not long, so:
fseek -> fseeko
    ftell -> ftello
    fseek(x, 0L, 0) -> rewind(x)

    NOTE: that fseek/ftell not works for >long offsets per POSIX:

    [EOVERFLOW] For fseek( ), the resulting file offset would be a value which
    cannot be represented correctly in an object of type long.

    [EOVERFLOW] For ftell ( ), the current file offset cannot be represented
    correctly in an object of type long.
2001-09-03 04:30:46 +00:00
..
Makefile Fix WARNS=2 warnings on alpha and i386 and clamp it down 2001-05-26 21:49:29 +00:00
msgs.1 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
msgs.c File positions are off_t nowdays, not long, so: 2001-09-03 04:30:46 +00:00
pathnames.h