summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/cmd1.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mailx/cmd1.c')
-rw-r--r--usr/src/cmd/mailx/cmd1.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/src/cmd/mailx/cmd1.c b/usr/src/cmd/mailx/cmd1.c
index 47be839e43..5cdb7ae465 100644
--- a/usr/src/cmd/mailx/cmd1.c
+++ b/usr/src/cmd/mailx/cmd1.c
@@ -19,15 +19,14 @@
*
* 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
@@ -421,7 +420,7 @@ Type(int *msgvec)
static int
type1(int *msgvec, int doign, int page)
{
- register *ip;
+ int *ip;
register struct message *mp;
register int mesg;
register char *cp;