freebsd-dev/usr.bin/from
Juli Mallett c948c0582c Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check
for remaining arguments, rather than checking for *argv being a boolean truth.
Instead of using an empty case to check for -f- to mean "read stdin", and have
stdin reopned otherwise, use a FILE* for the mbox, and assign it to stdin when
we mean to use stdin, otherwise fopen(3).  Kill `register' qualifier.
2002-06-30 17:36:54 +00:00
..
from.1 Introduce flags enumeration with standard 2002-03-26 12:15:31 +00:00
from.c Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check 2002-06-30 17:36:54 +00:00
Makefile Remove leaf node WARNS?=2 (that mainly I added). This should 2002-02-08 22:31:43 +00:00