diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-30 16:02:50 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-30 16:02:50 +0000 |
| commit | 82817dd82ddc69457906be93092887a4db7dbcee (patch) | |
| tree | 8f84ffb58462fd7b7ee3e443904b8b8fec65f03a /sbin | |
| parent | 9ecbee467c62f04d62fd188d1fe511cc1a76a3b6 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/atm/fore_dnld/fore_dnld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c index 3fe4c0e7b4b5..f11cc36fd7ca 100644 --- a/sbin/atm/fore_dnld/fore_dnld.c +++ b/sbin/atm/fore_dnld/fore_dnld.c @@ -1140,8 +1140,8 @@ main(int argc, char *argv[]) } if ( ns ) { - int c1; - int nr; + char c1; + int nr; nr = read ( fileno(stdin), &c1, 1 ); c1 &= 0xff; |
