cvs commit: src/usr.bin/sockstat sockstat.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Tue Mar 1 21:49:52 PST 2005
joerg 2005/03/01 21:48:48 PST
DragonFly src repository
Modified files:
usr.bin/sockstat sockstat.c
Log:
Replace digittoint(c) with (c - '0'), we already know that c is a digit,
so the hex numbers can't occur. digittoint is a BSD function and not
part of any standard.
Revision Changes Path
1.2 +2 -2 src/usr.bin/sockstat/sockstat.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/sockstat/sockstat.c.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list