summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-01-31 03:19:06 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-01-31 03:19:06 +0000
commiteaa22ef76077a9a5d7b5127283b55d2b3db80bab (patch)
treecfdfbee0dfdafb3b9f102033bd701fa134d95b89
parente363c5ae0a53af81f73fb6e744d5fd82bd4a92b7 (diff)
Notes
-rw-r--r--sys/dev/ccd/ccd.c5
-rw-r--r--sys/geom/geom_ccd.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index 6a4f5cb9b779..bbd3871cb703 100644
--- a/sys/dev/ccd/ccd.c
+++ b/sys/dev/ccd/ccd.c
@@ -1,4 +1,4 @@
-/* $Id: ccd.c,v 1.26 1997/10/24 14:24:55 phk Exp $ */
+/* $Id: ccd.c,v 1.27 1997/11/18 14:39:04 phk Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@@ -93,9 +93,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#ifdef DEVFS
-#include <sys/devfsext.h>
-#endif /*DEVFS*/
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/malloc.h>
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index 6a4f5cb9b779..bbd3871cb703 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -1,4 +1,4 @@
-/* $Id: ccd.c,v 1.26 1997/10/24 14:24:55 phk Exp $ */
+/* $Id: ccd.c,v 1.27 1997/11/18 14:39:04 phk Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@@ -93,9 +93,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#ifdef DEVFS
-#include <sys/devfsext.h>
-#endif /*DEVFS*/
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/malloc.h>