summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/fdc/fdc.c5
-rw-r--r--sys/i386/isa/fd.c5
-rw-r--r--sys/isa/fd.c5
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 9afadd2..5445b3f 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.110 1998/04/22 10:25:15 julian Exp $
+ * $Id: fd.c,v 1.111 1998/05/06 22:14:41 julian Exp $
*
*/
@@ -334,7 +334,8 @@ static struct slice_handler slicetype = {
NULL, /* revoke */
NULL, /* claim */
NULL, /* verify */
- NULL /* upconfig */
+ NULL, /* upconfig */
+ NULL /* dump */
};
#endif /* SLICE */
diff --git a/sys/i386/isa/fd.c b/sys/i386/isa/fd.c
index 9afadd2..5445b3f 100644
--- a/sys/i386/isa/fd.c
+++ b/sys/i386/isa/fd.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.110 1998/04/22 10:25:15 julian Exp $
+ * $Id: fd.c,v 1.111 1998/05/06 22:14:41 julian Exp $
*
*/
@@ -334,7 +334,8 @@ static struct slice_handler slicetype = {
NULL, /* revoke */
NULL, /* claim */
NULL, /* verify */
- NULL /* upconfig */
+ NULL, /* upconfig */
+ NULL /* dump */
};
#endif /* SLICE */
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index 9afadd2..5445b3f 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.110 1998/04/22 10:25:15 julian Exp $
+ * $Id: fd.c,v 1.111 1998/05/06 22:14:41 julian Exp $
*
*/
@@ -334,7 +334,8 @@ static struct slice_handler slicetype = {
NULL, /* revoke */
NULL, /* claim */
NULL, /* verify */
- NULL /* upconfig */
+ NULL, /* upconfig */
+ NULL /* dump */
};
#endif /* SLICE */
OpenPOWER on IntegriCloud