[FEEDBACK REQUIRED] patch for ipfw/ipfw2 on alpha/sparc64

Luigi Rizzo luigi at freebsd.org
Sat May 24 13:30:25 PDT 2003


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
> 


More information about the freebsd-alpha mailing list