summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/main.c
diff options
context:
space:
mode:
authorrobbin <none@none>2005-06-16 10:26:11 -0700
committerrobbin <none@none>2005-06-16 10:26:11 -0700
commit6c83d09f819e9de7126c8539546eca2e276df44a (patch)
treec350665bb82acf17db80321d6e1322e3c21244c2 /usr/src/cmd/mailx/main.c
parent7711facfe58561dd91d6ece0f5f41150c3956c83 (diff)
downloadillumos-joyent-6c83d09f819e9de7126c8539546eca2e276df44a.tar.gz
6271998 gcc and cmd/mailx don't get along
6271054 gcc and cmd/find don't get along
Diffstat (limited to 'usr/src/cmd/mailx/main.c')
-rw-r--r--usr/src/cmd/mailx/main.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/src/cmd/mailx/main.c b/usr/src/cmd/mailx/main.c
index 6d9f4a029a..350b81b0b2 100644
--- a/usr/src/cmd/mailx/main.c
+++ b/usr/src/cmd/mailx/main.c
@@ -19,15 +19,15 @@
*
* CDDL HEADER END
*/
-/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
-/* All Rights Reserved */
-
/*
- * Copyright (c) 1998 by Sun Microsystems, Inc.
- * All rights reserved.
+ * Copyright 1998 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
*/
+/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
+/* All Rights Reserved */
+
/*
* University Copyright- Copyright (c) 1982, 1986, 1988
* The Regents of the University of California
@@ -440,8 +440,7 @@ gettext("Usage: %s -eiIUdFntBNHvV~ -T FILE -u USER -h hops -r address\n"),
quit(0);
Verhogen();
}
- exit(rpterr);
- /* NOTREACHED */
+ return (rpterr);
}
/*