aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/floppy.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-04-03 13:44:59 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-04-03 13:44:59 +0000
commit66b368e835f0869b205fe1b1eac3ac3e437c1309 (patch)
tree0738f050cc006f439673a86267b2cc4ea31b1376 /usr.sbin/sysinstall/floppy.c
parent28fb62d30ecb2f5e115f025b17817963706a86ff (diff)
downloadsrc-66b368e835f0869b205fe1b1eac3ac3e437c1309.tar.gz
src-66b368e835f0869b205fe1b1eac3ac3e437c1309.zip
Make all this work under -current again.
Submitted-By: Chuck Robey <chuckr@glue.umd.edu>
Notes
Notes: svn path=/head/; revision=24597
Diffstat (limited to 'usr.sbin/sysinstall/floppy.c')
-rw-r--r--usr.sbin/sysinstall/floppy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/floppy.c b/usr.sbin/sysinstall/floppy.c
index aa45094c0ea8..d5c5c59dc0f7 100644
--- a/usr.sbin/sysinstall/floppy.c
+++ b/usr.sbin/sysinstall/floppy.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: floppy.c,v 1.23 1997/02/22 14:11:40 peter Exp $
+ * $Id: floppy.c,v 1.24 1997/03/19 10:09:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -49,8 +49,10 @@
#define MSDOSFS
#include <sys/mount.h>
+#include <msdosfs/msdosfsmount.h>
#undef MSDOSFS
+#include <ufs/ufs/ufsmount.h>
static Device *floppyDev;
static Boolean floppyMounted;