commit | d8f08686039c3cdef144baa2d6c643de4c4068c3 | [log] [download] |
---|---|---|
author | Darren Reed <darrenr@pobox.com> | Sat Oct 27 15:59:59 2007 +0000 |
committer | Darren Reed <darrenr@pobox.com> | Sat Oct 27 15:59:59 2007 +0000 |
tree | deefed00994a12572acd07dee3feb214f9e422bf | |
parent | aa7569b8f9772b22788146e05ade1bb14f8dda25 [diff] |
* #ifdef warning fixes from Victor M Blood (FreeBSD) - #1821249 * holding ipf_global lock over call to fr_ioctlswitch() causes a panic for FreeBSD with INVARIANTS - move holding locks in ioctl processing to only where they are necessary. - #1821247