svn commit: r200045 - head/sys/dev/iir

Marcel Moolenaar marcel at FreeBSD.org
Wed Dec 2 20:24:37 UTC 2009


Author: marcel
Date: Wed Dec  2 20:24:37 2009
New Revision: 200045
URL: http://svn.freebsd.org/changeset/base/200045

Log:
  Include <sys/sysctl.h>, to get the declarations of ostype and
  osrelease. Remove the duplicate declarations from this file.

Modified:
  head/sys/dev/iir/iir_ctrl.c

Modified: head/sys/dev/iir/iir_ctrl.c
==============================================================================
--- head/sys/dev/iir/iir_ctrl.c	Wed Dec  2 19:30:33 2009	(r200044)
+++ head/sys/dev/iir/iir_ctrl.c	Wed Dec  2 20:24:37 2009	(r200045)
@@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/disk.h>
 #include <sys/stat.h>
 #include <sys/disklabel.h>
+#include <sys/sysctl.h>
 #include <machine/bus.h>
 
 #include <dev/iir/iir.h>
@@ -83,8 +84,6 @@ static int iir_devsw_installed = 0;
 static int sdev_made = 0;
 #endif
 extern int gdt_cnt;
-extern char ostype[];
-extern char osrelease[];
 extern gdt_statist_t gdt_stat;
 
 /*


More information about the svn-src-head mailing list