usr/src/cmd/mailx/names.c
changeset 18 7e2dc246c4e2
parent 0 68f95e015346
child 14275 704102d4c169
--- a/usr/src/cmd/mailx/names.c	Wed Jun 15 19:38:38 2005 -0700
+++ b/usr/src/cmd/mailx/names.c	Thu Jun 16 10:26:11 2005 -0700
@@ -19,15 +19,15 @@
  *
  * CDDL HEADER END
  */
+
+/*
+ * Copyright 2001 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) 1985-2001 by Sun Microsystems, Inc.
- * All rights reserved.
- */
-
 /*
  * University Copyright- Copyright (c) 1982, 1986, 1988
  * The Regents of the University of California
@@ -617,7 +617,7 @@
 		extra++;
 	if (hflag)
 		extra += 2;
-#endif SENDMAIL
+#endif /* SENDMAIL */
 	top = (char **) salloc((t + extra) * sizeof (char *));
 	ap = top;
 	*ap++ = "mail";
@@ -636,7 +636,7 @@
 		snprintf(hbuf, sizeof (hbuf), "%d", hflag);
 		*ap++ = savestr(hbuf);
 	}
-#endif SENDMAIL
+#endif /* SENDMAIL */
 	while (n != NIL) {
 		if (n->n_type & GDEL) {
 			n = n->n_flink;