Date: Sat, 24 May 2003 13:26:52 -0700 From: Peter Wemm <peter@wemm.org> To: Luigi Rizzo <luigi@freebsd.org> Cc: freebsd-alpha@freebsd.org Subject: Re: [FEEDBACK REQUIRED] patch for ipfw/ipfw2 on alpha/sparc64 Message-ID: <20030524202652.68A9F2A7EA@canning.wemm.org> In-Reply-To: <20030519004914.B46011@xorpc.icir.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Luigi Rizzo wrote: > if (cmd->opcode == O_LOG) > cmd += F_LEN(cmd); > +#ifdef I386 > fs = ((ipfw_insn_pipe *)cmd)->pipe_ptr; > +#else > + bcopy(& ((ipfw_insn_pipe *)cmd)->pipe_ptr, &fs, sizeof(fs)); > +#endif > This is not a 'reviewed-by:', but these should be #ifdef __i386__ rather than #ifdef I386. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030524202652.68A9F2A7EA>