Searched hist:96803 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/tee/
H A Dtee.cdiff 96803 Fri May 17 09:16:49 MDT 2002 jmallett 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

Completed in 65 milliseconds