Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2003 23:34:04 +0600 (YEKST)
From:      "Ilia E. Chipitsine" <ilia@cgu.chel.su>
To:        <questions@FreeBSD.ORG>
Subject:   netgraph: porting thins from FreeBSD-4 ==> FreeBSD-5
Message-ID:  <20030502233050.D47559-100000@mail.cgu.chel.su>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030502233050.D47559-100000>