diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-05-17 11:16:49 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-05-17 11:16:49 +0000 |
commit | cf82d7691956538707a9364aa5f86f5a659201c9 (patch) | |
tree | e1b0c21119c9ec86c92b22e30ba8872a7ea57e63 /etc/disktab | |
parent | 0f2466f1e0ab7646a54046509ccfd6b76ea2d716 (diff) | |
download | FreeBSD-src-cf82d7691956538707a9364aa5f86f5a659201c9.zip FreeBSD-src-cf82d7691956538707a9364aa5f86f5a659201c9.tar.gz |
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
Diffstat (limited to 'etc/disktab')
0 files changed, 0 insertions, 0 deletions