Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2009 08:52:06 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_fw.h
Message-ID:  <200912020852.nB28qLTQ009368@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-12-02 08:52:06 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw.h 
  Log:
  SVN rev 200020 on 2009-12-02 08:52:06Z by luigi
  
  change the type of the opcode from enum *:8  to u_int8_t
  so the size and alignment of the ipfw_insn is not compiler dependent.
  No changes in the code generated by gcc.
  
  There was only one instance of this kind in our entire source tree,
  so i suspect the old definition was a poor choice (which i made).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.134     +1 -1      src/sys/netinet/ip_fw.h



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