Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 17:55:32 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257392 - head/sys/dev/snc
Message-ID:  <201310301755.r9UHtWff081300@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Wed Oct 30 17:55:31 2013
New Revision: 257392
URL: http://svnweb.freebsd.org/changeset/base/257392

Log:
  Include the now missing headers after untangling if.h and if_var.h.
  This fixes pc98 build.
  
  Reviewed by:	andre

Modified:
  head/sys/dev/snc/if_snc.c
  head/sys/dev/snc/if_snc_pccard.c

Modified: head/sys/dev/snc/if_snc.c
==============================================================================
--- head/sys/dev/snc/if_snc.c	Wed Oct 30 16:56:46 2013	(r257391)
+++ head/sys/dev/snc/if_snc.c	Wed Oct 30 17:55:31 2013	(r257392)
@@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$");
 #include <net/if.h>
 #include <net/if_arp.h>
 #include <net/if_media.h>
+#include <net/if_var.h>
 
 #include <dev/snc/dp83932reg.h>
 #include <dev/snc/dp83932var.h>

Modified: head/sys/dev/snc/if_snc_pccard.c
==============================================================================
--- head/sys/dev/snc/if_snc_pccard.c	Wed Oct 30 16:56:46 2013	(r257391)
+++ head/sys/dev/snc/if_snc_pccard.c	Wed Oct 30 17:55:31 2013	(r257392)
@@ -41,6 +41,8 @@ __FBSDID("$FreeBSD$");
 #include <sys/systm.h>
 #include <sys/socket.h>
 #include <sys/kernel.h>
+#include <sys/lock.h>
+#include <sys/mutex.h>
 
 #include <sys/module.h>
 #include <sys/bus.h>



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