[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/main.c between version 1.97 and 1.98

version 1.97, 2013/10/28 19:59:25 version 1.98, 2013/11/20 21:34:25
Line 317 
Line 317 
 #define BACKWARD_COMPATIBILITY  #define BACKWARD_COMPATIBILITY
 #ifdef  BACKWARD_COMPATIBILITY  #ifdef  BACKWARD_COMPATIBILITY
         if (*argv) {          if (*argv) {
                 if (isdigit(**argv)) {                  if (isdigit((unsigned char)**argv)) {
                         interval = atoi(*argv);                          interval = atoi(*argv);
                         if (interval <= 0)                          if (interval <= 0)
                                 usage();                                  usage();

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98