freebsd-src/libexec/comsat
Andrey A. Chernov 1012cb601c File positions are off_t nowdays, not long, so:
atoi -> strtoll
    fseek -> fseeko

    NOTE: that fseek 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.

Fix minor cast too.
2001-09-03 05:06:48 +00:00
..
comsat.8 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 10:49:54 +00:00
comsat.c File positions are off_t nowdays, not long, so: 2001-09-03 05:06:48 +00:00
Makefile - Backout botched attempt to intoduce MANSECT feature. 2001-03-26 14:22:12 +00:00