Date: Fri, 17 May 2002 04:16:49 -0700 (PDT) From: "J. Mallett" <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tee tee.c Message-ID: <200205171116.g4HBGnr92644@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/05/17 04:16:49 PDT
Modified files:
usr.bin/tee tee.c
Log:
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
Revision Changes Path
1.8 +1 -1 src/usr.bin/tee/tee.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205171116.g4HBGnr92644>
