Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isisd: fix BPF ioctl() calls, treat "true" and "false" as reserved | David Ward | 2009-12-03 | 1 | -6/+7 |
| | | | | | | | | | | | | | Avoid a potential conflict with the C99 defines 'true' and 'false' found in <stdbool.h> by choosing better variable names. Also fix the calls to these ioctls, as described in <net/bpf.h> in FreeBSD, NetBSD, and OpenBSD: * BIOCGBLEN, BIOCIMMEDIATE, BIOCSSEESENT (the parameter should be of type 'u_int') * BIOCPROMISC (there should be no parameters) | ||||
* | [isisd] Commit new files which should have been part of previous commit.. | Paul Jakma | 2007-08-08 | 1 | -0/+340 |