Harti Brandt (Mon, Feb 24, 2003 at 08:46:13PM +0100) wrote:
> On Mon, 24 Feb 2003, Hiten Pandya wrote:
>
> HP>Craig Rodrigues (Mon, Feb 24, 2003 at 12:07:02PM -0500) wrote:
> HP>> The code in question looks like:
> HP>> =
> HP
On Mon, 24 Feb 2003, Hiten Pandya wrote:
HP>Craig Rodrigues (Mon, Feb 24, 2003 at 12:07:02PM -0500) wrote:
HP>> The code in question looks like:
HP>> =
HP>> struct mbuf *
HP>> copy_mbuf(struct mbuf *m)
HP>> {
HP>> stru
Craig Rodrigues (Mon, Feb 24, 2003 at 12:07:02PM -0500) wrote:
> The code in question looks like:
> =
> struct mbuf *
> copy_mbuf(struct mbuf *m)
> {
> struct mbuf *new;
>
> MGET(new, M_DONTWAIT, MT_DATA);
>
Hi,
I did a cvsup today, and when I tried to compile the Netgraph ATM drivers,
I got this error:
~rodrigc/ngatm/ngatmbase-1.2b/fatm/if_fatm.c
cc1: warnings being treated as errors
/usr/home/rodrigc/ngatm/ngatmbase-1.2b/fatm/if_fatm.c: In function `copy_mbuf':
/usr/home/rodrigc/ngatm/ngatmbase-1.2