]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add new unsigned and hex integer parse types; this allows simplifying
authorArchie Cobbs <archie@FreeBSD.org>
Thu, 10 Aug 2000 22:42:25 +0000 (22:42 +0000)
committerArchie Cobbs <archie@FreeBSD.org>
Thu, 10 Aug 2000 22:42:25 +0000 (22:42 +0000)
commit8db3c6cd2922780e0fcc77c9c58226e7c6bb09a2
tree35776c2eed2f786f66ff38e17e0feb58d7cab6de
parent0f6b9b3fe23612d736f3957ab3003c62db259e72
- Add new unsigned and hex integer parse types; this allows simplifying
  the bytearray parse type.
- Allocate (larger) temporary work buffer dynamically instead of on the
  stack when comparing to the default value.
sys/netgraph/ng_parse.c