Date: Fri, 6 Jun 2003 12:32:48 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c Message-ID: <200306061932.h56JWm7E056665@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/06/06 12:32:48 PDT FreeBSD src repository Modified files: sys/netinet ip_input.c Log: When setting fragment queue pointers to NULL, or comparing them with NULL, use NULL rather than 0 to improve readability. Revision Changes Path 1.238 +3 -3 src/sys/netinet/ip_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306061932.h56JWm7E056665>