rwatson     2004-08-18 03:11:04 UTC
  FreeBSD src repository
  Modified files:
    sys/netinet          ip_input.c 
  Log:
  Fix build of ip_input.c with "options IPSEC" -- the "pass:" label
  is used with both FAST_IPSEC and IPSEC, but was defined for only
  FAST_IPSEC.
  
  Revision  Changes    Path
  1.284     +1 -1      src/sys/netinet/ip_input.c