netgraph: porting thins from FreeBSD-4 ==> FreeBSD-5

Ilia E. Chipitsine ilia at cgu.chel.su
Fri May 2 10:34:43 PDT 2003


Dear Sirs,

I want to port some application which uses netgraph.

it uses NG_FREE_DATA ... which is not present in FreeBSD-5.

I could write

#if __FreeBSD__ >= 5
 NG_FREE_M
 NG_FREE_ITEM
#else
 NG_FREE_DATA
#endif


... can anyone tell me WHEN those changes happen to netgraph ?

Cheers,
Ilia Chipitsine



More information about the freebsd-questions mailing list