diff options
Diffstat (limited to 'usr/src/cmd/mailx/names.c')
| -rw-r--r-- | usr/src/cmd/mailx/names.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/cmd/mailx/names.c b/usr/src/cmd/mailx/names.c index 4326807032..0a5cf1d937 100644 --- a/usr/src/cmd/mailx/names.c +++ b/usr/src/cmd/mailx/names.c @@ -19,15 +19,15 @@ * * CDDL HEADER END */ -/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ -/* All Rights Reserved */ - /* - * Copyright (c) 1985-2001 by Sun Microsystems, Inc. - * All rights reserved. + * 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 */ + /* * University Copyright- Copyright (c) 1982, 1986, 1988 * The Regents of the University of California @@ -617,7 +617,7 @@ unpack(struct name *np) extra++; if (hflag) extra += 2; -#endif SENDMAIL +#endif /* SENDMAIL */ top = (char **) salloc((t + extra) * sizeof (char *)); ap = top; *ap++ = "mail"; @@ -636,7 +636,7 @@ unpack(struct name *np) 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; |
