Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2009 11:11:01 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197454 - head/tools/tools/mwl/mwlstats
Message-ID:  <200909241111.n8OBB1V0095476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Thu Sep 24 11:11:00 2009
New Revision: 197454
URL: http://svn.freebsd.org/changeset/base/197454

Log:
  Update the includes to two more levels of subdirs.
  
  MFC after:	1 week

Modified:
  head/tools/tools/mwl/mwlstats/mwlstats.c

Modified: head/tools/tools/mwl/mwlstats/mwlstats.c
==============================================================================
--- head/tools/tools/mwl/mwlstats/mwlstats.c	Thu Sep 24 09:08:22 2009	(r197453)
+++ head/tools/tools/mwl/mwlstats/mwlstats.c	Thu Sep 24 11:11:00 2009	(r197454)
@@ -47,8 +47,8 @@
 #include <unistd.h>
 #include <err.h>
 
-#include "../../sys/net80211/ieee80211_ioctl.h"
-#include "../../sys/net80211/ieee80211_radiotap.h"
+#include "../../../../sys/net80211/ieee80211_ioctl.h"
+#include "../../../../sys/net80211/ieee80211_radiotap.h"
 
 /*
  * Get Hardware Statistics.



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