CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2010/09/08 02:53:57

Modified files:
        sys/net        : if_pfsync.c 

Log message:
creating a pfsync interface is always done from process context, so
we can pass M_WAITOK to malloc(9) (which was already done a few lines
down, which set off my aesthetic alarm).

While here, include malloc.h, since we're calling malloc.

ok dlg@

Reply via email to