* remote-sds.c (sds_start_remote): Change type of ``c'' to int

from possibly unsigned char.
This commit is contained in:
Andrew Cagney 2001-06-28 03:40:27 +00:00
parent a196c81c19
commit 29372230ea
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-06-27 Andrew Cagney <ac131313@redhat.com>
* remote-sds.c (sds_start_remote): Change type of ``c'' to int
from possibly unsigned char.
2001-06-27 Andrew Cagney <ac131313@redhat.com>
* ser-ocd.c: Delete file.

View file

@ -160,7 +160,7 @@ sds_close (int quitting)
static int
sds_start_remote (PTR dummy)
{
char c;
int c;
unsigned char buf[200];
immediate_quit++; /* Allow user to interrupt it */