oleg        2006-08-04 10:50:52 UTC
  FreeBSD src repository
  Modified files:
    sys/netinet          ip_fw2.c 
  Log:
  Remove useless NULL pointer check: we are using M_WAITOK flag for memory
  allocation.
  
  Submitted by:   Andrey Elsukov <bu7cher at yandex dot ru>
  Approved by:    glebius (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.142     +0 -4      src/sys/netinet/ip_fw2.c