Proper bug number for the signed problem

Initial
Stephane Bortzmeyer 22 years ago
parent c9bde23831
commit d79e1e0969

@ -44,7 +44,8 @@ main (argc, argv)
extern char *optarg; extern char *optarg;
extern int optind; extern int optind;
/* TODO: Sun's C compiler does not know "signed". And getopt returns an int, anyway */ /* TODO: Sun's C compiler does not know "signed" (bug #623444). And
getopt returns an int, anyway */
signed char ch; signed char ch;
int sockfd; int sockfd;

Loading…
Cancel
Save