usr/src/cmd/mailx/main.c
changeset 18 7e2dc246c4e2
parent 0 68f95e015346
child 2538 b5894d78c55a
--- a/usr/src/cmd/mailx/main.c	Wed Jun 15 19:38:38 2005 -0700
+++ b/usr/src/cmd/mailx/main.c	Thu Jun 16 10:26:11 2005 -0700
@@ -19,15 +19,15 @@
  *
  * CDDL HEADER END
  */
+
+/*
+ * 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  	*/
 
-
-/*
- * Copyright (c) 1998 by Sun Microsystems, Inc.
- * All rights reserved.
- */
-
 /*
  * University Copyright- Copyright (c) 1982, 1986, 1988
  * The Regents of the University of California
@@ -440,8 +440,7 @@
 		quit(0);
 		Verhogen();
 	}
-	exit(rpterr);
-	/* NOTREACHED */
+	return (rpterr);
 }
 
 /*