diff options
| author | robbin <none@none> | 2005-06-16 10:26:11 -0700 |
|---|---|---|
| committer | robbin <none@none> | 2005-06-16 10:26:11 -0700 |
| commit | 6c83d09f819e9de7126c8539546eca2e276df44a (patch) | |
| tree | c350665bb82acf17db80321d6e1322e3c21244c2 /usr/src/cmd/mailx/head.c | |
| parent | 7711facfe58561dd91d6ece0f5f41150c3956c83 (diff) | |
| download | illumos-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/head.c')
| -rw-r--r-- | usr/src/cmd/mailx/head.c | 2 |
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; |
