Fix up some signed char vs int issues that show up on powerpc.

This commit is contained in:
Eric Andersen
2001-05-24 14:16:28 +00:00
parent 1c1f5d3047
commit 5a9d441b2c
8 changed files with 12 additions and 16 deletions

View File

@@ -804,7 +804,7 @@ extern int dpkg_main(int argc, char **argv)
package_t *p, *packages = NULL;
void *status = NULL;
char opt = 0;
int opt = 0;
int optflag = 0;
while ((opt = getopt(argc, argv, "iruc")) != -1) {