diff options
author | peter <peter@FreeBSD.org> | 1998-12-28 16:32:39 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-12-28 16:32:39 +0000 |
commit | 684dcece3645ebafe7bfe6e4585f61362321262f (patch) | |
tree | c9d4b8d424d22c91164bdbc9fad9dff3bc22e1fb /sbin/vinum/commands.c | |
parent | f47909f0c7fb4319fe9f5b44dd266cd91185c838 (diff) | |
download | FreeBSD-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/commands.c')
-rw-r--r-- | sbin/vinum/commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 374e5d2..a41ea97 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -36,7 +36,7 @@ * */ -/* $Id: commands.c,v 1.3 1998/10/27 06:10:45 grog Exp grog $ */ +/* $Id: commands.c,v 1.2 1998/11/02 04:12:28 grog Exp $ */ #include <ctype.h> #include <errno.h> @@ -51,7 +51,7 @@ #include <syslog.h> #include <unistd.h> #include <sys/ioctl.h> -#include "vinumhdr.h" +#include <dev/vinum/vinumhdr.h> #include "vext.h" #include <sys/types.h> #include <sys/wait.h> |