summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/cmd3.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/cmd3.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/cmd3.c')
-rw-r--r--usr/src/cmd/mailx/cmd3.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/cmd/mailx/cmd3.c b/usr/src/cmd/mailx/cmd3.c
index 309cb9cf0f..ff56e2d552 100644
--- a/usr/src/cmd/mailx/cmd3.c
+++ b/usr/src/cmd/mailx/cmd3.c
@@ -19,15 +19,15 @@
*
* CDDL HEADER END
*/
-/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
-/* All Rights Reserved */
-
/*
- * Copyright 1985-2002 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2002 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
@@ -214,7 +214,7 @@ overf:
int
help(void)
{
- register c;
+ int c;
register FILE *f;
if ((f = fopen(HELPFILE, "r")) == NULL) {