Date: Mon, 3 Jul 1995 20:35:29 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c Message-ID: <199507040335.UAA08921@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
davidg 95/07/03 20:35:25 Modified: sys/netinet ip_fw.c Log: 1) Removed bogus #include 2) Rewrote "bad_packet" code to be less buggy and more readable. 3) Removed a pile of goto's; the code is now somewhat less reminiscent of a certain Italian pasta. 4) Changed all boolean returns of "0" and "1" to FALSE/TRUE.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507040335.UAA08921>