DragonFly commits List (threaded) for 2004-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/net/pf
:
:joerg 2004/09/21 14:20:58 PDT
:
:DragonFly src repository
:
: Modified files:
: sys/net/pf pf_ioctl.c
: Log:
: PF uses -1 as rule number for the default entry. To make the value more
: explicit, change this to (uint32_t)(-1).
:
: Revision Changes Path
: 1.3 +9 -7 src/sys/net/pf/pf_ioctl.c
I'd recommend creating a #define to represent a default entry value,
it will be more readable.
-Matt
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]