DragonFly commits List (threaded) for 2005-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/sockstat sockstat.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]