看板 DFBSD_commit 關於我們 聯絡資訊
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