summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/list.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-12-28 16:32:39 +0000
committerpeter <peter@FreeBSD.org>1998-12-28 16:32:39 +0000
commit684dcece3645ebafe7bfe6e4585f61362321262f (patch)
treec9d4b8d424d22c91164bdbc9fad9dff3bc22e1fb /sbin/vinum/list.c
parentf47909f0c7fb4319fe9f5b44dd266cd91185c838 (diff)
downloadFreeBSD-src-684dcece3645ebafe7bfe6e4585f61362321262f.zip
FreeBSD-src-684dcece3645ebafe7bfe6e4585f61362321262f.tar.gz
Tweaks as a result of having vinum statically buildable in a kernel.
Diffstat (limited to 'sbin/vinum/list.c')
-rw-r--r--sbin/vinum/list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c
index 4b6a634..b5b2cc6 100644
--- a/sbin/vinum/list.c
+++ b/sbin/vinum/list.c
@@ -35,7 +35,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: list.c,v 1.13 1998/09/04 05:58:19 grog Exp grog $
+ * $Id: list.c,v 1.5 1998/11/03 06:39:39 grog Exp $
*/
#include <ctype.h>
@@ -50,9 +50,9 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/utsname.h>
-#include "vinumhdr.h"
+#include <dev/vinum/vinumhdr.h>
#include "vext.h"
-#include "request.h"
+#include <dev/vinum/request.h>
/* Take a size in sectors and return a pointer to a
* string which represents the size best.
* If lj is != 0, return left justified, otherwise
OpenPOWER on IntegriCloud