Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 04:31:50 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_fw2.c
Message-ID:  <200210191131.g9JBVo8c041065@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2002/10/19 04:31:50 PDT

  Modified files:
    sys/netinet          ip_fw2.c 
  Log:
  Several malloc() calls were passing the M_DONTWAIT flag
  which is an mbuf allocation flag.  Use the correct
  M_NOWAIT malloc() flag.  Fortunately, both were defined
  to 1, so this commit is a no-op.
  
  Revision  Changes    Path
  1.13      +3 -3      src/sys/netinet/ip_fw2.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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