=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- src/usr.bin/netstat/main.c 2013/10/28 19:59:25 1.97 +++ src/usr.bin/netstat/main.c 2013/11/20 21:34:25 1.98 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.97 2013/10/28 19:59:25 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.98 2013/11/20 21:34:25 deraadt Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* @@ -317,7 +317,7 @@ #define BACKWARD_COMPATIBILITY #ifdef BACKWARD_COMPATIBILITY if (*argv) { - if (isdigit(**argv)) { + if (isdigit((unsigned char)**argv)) { interval = atoi(*argv); if (interval <= 0) usage();