Date: Sat, 24 May 2003 13:30:23 -0700 From: Luigi Rizzo <luigi@freebsd.org> To: Peter Wemm <peter@wemm.org> Cc: freebsd-alpha@freebsd.org Subject: Re: [FEEDBACK REQUIRED] patch for ipfw/ipfw2 on alpha/sparc64 Message-ID: <20030524133023.A99306@xorpc.icir.org> In-Reply-To: <20030524202652.68A9F2A7EA@canning.wemm.org>; from peter@wemm.org on Sat, May 24, 2003 at 01:26:52PM -0700 References: <20030519004914.B46011@xorpc.icir.org> <20030524202652.68A9F2A7EA@canning.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 24, 2003 at 01:26:52PM -0700, Peter Wemm wrote: > 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. yes, i posted the wrong one... thanks luigi >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030524133023.A99306>