diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-01-10 09:54:05 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-01-10 09:54:05 +0000 |
commit | d3f2cec67dd31e7e95a09626a862253a6968b66c (patch) | |
tree | e11fbd39346db5ad5b3c0867dfe8696e76cb63a4 /sbin/sysctl | |
parent | be5ceccfa10c09496a4cf5cdcfb29ca97f40cb94 (diff) |
Our keyword expansion had a big flaw, due to this construction:
if (!(mode & RCS_KWEXP_NONE))
RCS_KWEXP_NONE is defined to 0, so expansion happened always.
Left shifted all RCS_KWEXP defines and looked carefully at hard-coded values
throughout the code.
Diffstat (limited to 'sbin/sysctl')
0 files changed, 0 insertions, 0 deletions