Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 1996 07:28:05 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-user, cvs-sys
Subject:   cvs commit:  src/lkm/ipfw Makefile src/sys/netinet ip_fw.c
Message-ID:  <199606231428.HAA29273@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/06/23 07:28:05

  Modified:    lkm/ipfw  Makefile
               sys/netinet  ip_fw.c
  Log:
  Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate
  LKM'ness.  ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it
  only gets used until <machine/conf.h> goes away.  bsd.kmod.mk should
  define a better-named general macro for this.  Some places use
  PSEUDO_LKM.  This is another bad name.
  
  Makefile:
  Added IPFIREWALL_VERBOSE_LIMIT option (commented out).
  
  Revision  Changes    Path
  1.5       +3 -2      src/lkm/ipfw/Makefile
  1.41      +4 -4      src/sys/netinet/ip_fw.c



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