NetBSD/sbin/savecore
cgd df58009c91 serious perversion:
most of the 'off' arguments to Lseek() (the internal lseek() wrapper)
are unsigned longs.  we need them to be sign extended, though, so change
Lseek() to take a 'long' rather than an 'off_t', and let the compiler
do the dirty work via implicit casts.
1994-04-06 01:41:32 +00:00
..
Makefile Add RCS identifiers. 1993-08-01 00:57:02 +00:00
savecore.8 Add RCS indentifiers. 1993-08-01 07:32:48 +00:00
savecore.c serious perversion: 1994-04-06 01:41:32 +00:00