cvs commit: src/usr.bin/sockstat sockstat.c

看板DFBSD_commit作者時間21年前 (2005/03/02 14:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #129LQe00 (DFBSD_commit)