freebsd-src/usr.bin/tee
Juli Mallett 621e56b613 Revert part of the previous revision. Changing exit() to return() in main()
is wrong, even though our C compiler doesn't understand that exit() eats
control of the program, and as such can sometimes complain that main() reaches
the bottom of its body without an explicit return().

Aside from that, the functional usefulness of changing it is effectively nil,
so back it out.

Submitted by:	mike
2002-05-17 11:16:49 +00:00
..
Makefile Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default. 2001-12-12 00:06:52 +00:00
tee.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
tee.c Revert part of the previous revision. Changing exit() to return() in main() 2002-05-17 11:16:49 +00:00