svn commit: r216833 - head/sys/dev/vte

Pyun YongHyeon yongari at FreeBSD.org
Fri Dec 31 01:23:05 UTC 2010


Author: yongari
Date: Fri Dec 31 01:23:04 2010
New Revision: 216833
URL: http://svn.freebsd.org/changeset/base/216833

Log:
  Remove debugging leftovers.

Modified:
  head/sys/dev/vte/if_vte.c

Modified: head/sys/dev/vte/if_vte.c
==============================================================================
--- head/sys/dev/vte/if_vte.c	Fri Dec 31 01:10:42 2010	(r216832)
+++ head/sys/dev/vte/if_vte.c	Fri Dec 31 01:23:04 2010	(r216833)
@@ -66,13 +66,8 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/bus.h>
 
-#if 0
-#include "if_vtereg.h"
-#include "if_vtevar.h"
-#else
 #include <dev/vte/if_vtereg.h>
 #include <dev/vte/if_vtevar.h>
-#endif
 
 /* "device miibus" required.  See GENERIC if you get errors here. */
 #include "miibus_if.h"


More information about the svn-src-all mailing list