Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 14:52:39 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273092 - head/sys/modules/if_gif
Message-ID:  <201410141452.s9EEqdVH075807@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Tue Oct 14 14:52:39 2014
New Revision: 273092
URL: https://svnweb.freebsd.org/changeset/base/273092

Log:
  opt_mrouting.h isn't needed anymore.
  
  MFC after:	1 month

Modified:
  head/sys/modules/if_gif/Makefile

Modified: head/sys/modules/if_gif/Makefile
==============================================================================
--- head/sys/modules/if_gif/Makefile	Tue Oct 14 14:51:27 2014	(r273091)
+++ head/sys/modules/if_gif/Makefile	Tue Oct 14 14:52:39 2014	(r273092)
@@ -6,7 +6,7 @@ SYSDIR?=${.CURDIR}/../..
 .PATH: ${SYSDIR}/net ${SYSDIR}/netinet ${SYSDIR}/netinet6
 
 KMOD=	if_gif
-SRCS=	if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
+SRCS=	if_gif.c in_gif.c opt_inet.h opt_inet6.h
 
 .if defined(KERNBUILDDIR)
 OPT_INET6!= cat ${KERNBUILDDIR}/opt_inet6.h; echo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410141452.s9EEqdVH075807>