| From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
| Date: | Sun, 13 Jul 2008 17:10:01 -0700 (PDT) |
:..
:> quad_t bssaddr;
:>
:> tokens = tokenize(buf, token, MAXTOKEN);
:> + if (tokens <= 1)
:> + continue;
:> base = strtoll(token[2], NULL, 16);
:> if (!dofind) {
:> snprintf(ocbuf,
:>
I've committed it.
-Matt
Matthew Dillon
<dillon@backplane.com>