Finito server daytime su UDP
[gapil.git] / sources / ErrCode.c
index aaec2cc96d0c76e9c3cb604ae245517f32353c69..d8b6906bfeec6ae00d129f75859f69065b4b8f09 100644 (file)
@@ -26,7 +26,7 @@
  *
  * Usage: errcode -h give all info's
  *
- * $Id: ErrCode.c,v 1.4 2001/10/14 15:05:33 piccardi Exp $ 
+ * $Id: ErrCode.c,v 1.8 2003/07/27 14:28:19 piccardi Exp $ 
  *
  ****************************************************************/
 /* 
@@ -37,6 +37,7 @@
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
 #include <string.h>      /* string functions */
+#include <limits.h>      /* system limits values */
 
 /* Help printing routine */
 void usage(void);
@@ -246,7 +247,7 @@ int main(int argc, char *argv[])
 void usage(void) {
     printf("Print error code message or macro label \n");
     printf("Usage:\n");
-    printf("  daytime [-h] [-l] [-m] error code \n");
+    printf("  errcode [-h] [-l] [-m] error code \n");
     printf("  -m          print error messages\n");
     printf("  -l          print error code label\n");
     printf("  -h          print this help\n");