Date: Sun, 17 Nov 2002 08:02:17 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet raw_ip.c Message-ID: <200211171602.gAHG2Hjh093379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2002/11/17 08:02:17 PST Modified files: sys/netinet raw_ip.c Log: Cleanup some of the comments, and reformat long lines. Replace m_copy() with m_copypacket() where applicable. Replace "if (a.s_addr ...)" with "if (a.s_addr != INADDR_ANY ...)" to make it clear what the code means. While at it, fix some function headers and remove 'register' from variable declarations. MFC after: 3 days Revision Changes Path 1.106 +27 -29 src/sys/netinet/raw_ip.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?200211171602.gAHG2Hjh093379>