Date: Tue, 23 Nov 2004 23:31:33 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <200411232331.iANNVX2u080169@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-11-23 23:31:33 UTC FreeBSD src repository Modified files: sys/net if.c Log: Assign if_broadcastaddr to NULL not 0 in if_attach(). Printf() a warning if if_attachdomain() is called more than once on an interface to generate some noise on mailing lists when this occurs. Fix up style in if_start(), where spaces crept in instead of tabs at some point. MFC after: 1 week MFC note: Not the printf(). Revision Changes Path 1.212 +10 -8 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411232331.iANNVX2u080169>