summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-29 16:57:42 +0000
committerphk <phk@FreeBSD.org>2000-10-29 16:57:42 +0000
commitdb841f6fcc94129ec93a3fb86ca7b84eec15152d (patch)
tree09de460c1cd76050c3aa44729a8b8665fbba0c5f /sys
parent39a8cfa146fdec64bfb859c6dfdfe7b77e52f0fa (diff)
downloadFreeBSD-src-db841f6fcc94129ec93a3fb86ca7b84eec15152d.zip
FreeBSD-src-db841f6fcc94129ec93a3fb86ca7b84eec15152d.tar.gz
Remove unneeded <stddef.h> #includes.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/genassym.c2
-rw-r--r--sys/conf/param.c2
-rw-r--r--sys/dev/advansys/adwlib.h2
-rw-r--r--sys/dev/aic7xxx/aic7xxx_freebsd.h2
-rw-r--r--sys/dev/aic7xxx/aic7xxx_osm.h2
-rw-r--r--sys/dev/pdq/pdqreg.h1
-rw-r--r--sys/i386/i386/genassym.c2
-rw-r--r--sys/i386/linux/linux_genassym.c2
-rw-r--r--sys/i386/svr4/svr4_genassym.c2
-rw-r--r--sys/kern/subr_param.c2
10 files changed, 0 insertions, 19 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index 0c18404..fa1313c 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -39,8 +39,6 @@
#include "opt_user_ldt.h"
-#include <stddef.h>
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/assym.h>
diff --git a/sys/conf/param.c b/sys/conf/param.c
index a7841e4..333fdc3 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -39,8 +39,6 @@
* $FreeBSD$
*/
-#include <stddef.h>
-
#include "opt_param.h"
#include <sys/param.h>
diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h
index c470c10..5383447 100644
--- a/sys/dev/advansys/adwlib.h
+++ b/sys/dev/advansys/adwlib.h
@@ -49,8 +49,6 @@
#include "opt_adw.h"
-#include <stddef.h> /* for offsetof */
-
#include <dev/advansys/adwmcode.h>
#define ADW_DEF_MAX_HOST_QNG 253
diff --git a/sys/dev/aic7xxx/aic7xxx_freebsd.h b/sys/dev/aic7xxx/aic7xxx_freebsd.h
index 1a2d65e..024fbf2 100644
--- a/sys/dev/aic7xxx/aic7xxx_freebsd.h
+++ b/sys/dev/aic7xxx/aic7xxx_freebsd.h
@@ -40,8 +40,6 @@
#include <opt_aic7xxx.h> /* for config options */
#include <pci.h> /* for NPCI */
-#include <stddef.h> /* For offsetof */
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h> /* For device_t */
diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h
index 1a2d65e..024fbf2 100644
--- a/sys/dev/aic7xxx/aic7xxx_osm.h
+++ b/sys/dev/aic7xxx/aic7xxx_osm.h
@@ -40,8 +40,6 @@
#include <opt_aic7xxx.h> /* for config options */
#include <pci.h> /* for NPCI */
-#include <stddef.h> /* For offsetof */
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h> /* For device_t */
diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h
index f3cfa84..26ddab1 100644
--- a/sys/dev/pdq/pdqreg.h
+++ b/sys/dev/pdq/pdqreg.h
@@ -33,7 +33,6 @@
#ifndef _PDQREG_H
#define _PDQREG_H
-#include <stddef.h>
#if defined(PDQTEST) && !defined(PDQ_NDEBUG)
#include <assert.h>
#define PDQ_ASSERT assert
diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c
index 0c18404..fa1313c 100644
--- a/sys/i386/i386/genassym.c
+++ b/sys/i386/i386/genassym.c
@@ -39,8 +39,6 @@
#include "opt_user_ldt.h"
-#include <stddef.h>
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/assym.h>
diff --git a/sys/i386/linux/linux_genassym.c b/sys/i386/linux/linux_genassym.c
index 7888cb3..3e3fbad 100644
--- a/sys/i386/linux/linux_genassym.c
+++ b/sys/i386/linux/linux_genassym.c
@@ -1,7 +1,5 @@
/* $FreeBSD$ */
-#include <stddef.h>
-
#include <sys/param.h>
#include <sys/assym.h>
diff --git a/sys/i386/svr4/svr4_genassym.c b/sys/i386/svr4/svr4_genassym.c
index 450e1e5..675f0e4 100644
--- a/sys/i386/svr4/svr4_genassym.c
+++ b/sys/i386/svr4/svr4_genassym.c
@@ -1,8 +1,6 @@
/* $FreeBSD$ */
/* Derived from: Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp */
-#include <stddef.h>
-
#include <sys/param.h>
#include <sys/assym.h>
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index a7841e4..333fdc3 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_param.c
@@ -39,8 +39,6 @@
* $FreeBSD$
*/
-#include <stddef.h>
-
#include "opt_param.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud