Date: Tue, 9 Dec 2008 21:09:05 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185810 - head/sys/net Message-ID: <200812092109.mB9L95BG001794@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Tue Dec 9 21:09:05 2008 New Revision: 185810 URL: http://svn.freebsd.org/changeset/base/185810 Log: It does not make much sense to include net/route.h twice. Remove one #include. Modified: head/sys/net/if.c Modified: head/sys/net/if.c ============================================================================== --- head/sys/net/if.c Tue Dec 9 20:59:55 2008 (r185809) +++ head/sys/net/if.c Tue Dec 9 21:09:05 2008 (r185810) @@ -1343,8 +1343,6 @@ done: return (ifa); } -#include <net/route.h> - /* * Default action when installing a route with a Link Level gateway. * Lookup an appropriate real ifa to point to.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812092109.mB9L95BG001794>