Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2008 23:35:31 GMT
From:      Ryan French <rfrench@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 151081 for review
Message-ID:  <200810062335.m96NZVHc067917@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151081

Change 151081 by rfrench@rfrench_mpls on 2008/10/06 23:35:10

	Forgot to include opt_mpls.h in if_loop.c

Affected files ...

.. //depot/projects/soc2008/rfrench_mpls/net/if_loop.c#3 edit

Differences ...

==== //depot/projects/soc2008/rfrench_mpls/net/if_loop.c#3 (text+ko) ====

@@ -38,6 +38,7 @@
 #include "opt_inet.h"
 #include "opt_inet6.h"
 #include "opt_ipx.h"
+#include "opt_mpls.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



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