summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mailx/head.c')
-rw-r--r--usr/src/cmd/mailx/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mailx/head.c b/usr/src/cmd/mailx/head.c
index cba01bc0d2..3f833ab14e 100644
--- a/usr/src/cmd/mailx/head.c
+++ b/usr/src/cmd/mailx/head.c
@@ -185,7 +185,7 @@ int
any(int ch, char *str)
{
register char *f;
- register c;
+ int c;
f = str;
c = ch;