PERFORCE change 151081 for review
Ryan French
rfrench at FreeBSD.org
Mon Oct 6 23:35:35 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=151081
Change 151081 by rfrench at 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>
More information about the p4-projects
mailing list