From d79e1e0969f4d85ebdbcc9043877a0462306fa11 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Tue, 15 Oct 2002 09:00:20 +0000 Subject: [PATCH] Proper bug number for the signed problem --- SRC/echoping.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SRC/echoping.c b/SRC/echoping.c index 76f57d0..f7f1c83 100644 --- a/SRC/echoping.c +++ b/SRC/echoping.c @@ -44,7 +44,8 @@ main (argc, argv) extern char *optarg; 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; int sockfd;