=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/utils.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/top/utils.c 2015/01/16 06:40:13 1.25 --- src/usr.bin/top/utils.c 2017/03/15 04:24:14 1.26 *************** *** 1,4 **** ! /* $OpenBSD: utils.c,v 1.25 2015/01/16 06:40:13 deraadt Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: utils.c,v 1.26 2017/03/15 04:24:14 deraadt Exp $ */ /* * Top users/processes display for Unix *************** *** 58,64 **** strncmp(str, "all", len) == 0 || strncmp(str, "maximum", len) == 0) { return (Infinity); ! } i = (int)strtonum(str, 0, INT_MAX, &errstr); if (errstr) { return (Invalid); --- 58,64 ---- strncmp(str, "all", len) == 0 || strncmp(str, "maximum", len) == 0) { return (Infinity); ! } i = (int)strtonum(str, 0, INT_MAX, &errstr); if (errstr) { return (Invalid);