Tweaks as a result of having vinum statically buildable in a kernel.
This commit is contained in:
parent
a9d45962a3
commit
6d553badba
@ -1,10 +1,10 @@
|
||||
# $Id: Makefile,v 1.2 1998/10/17 13:48:37 bde Exp $
|
||||
# $Id: Makefile,v 1.3 1998/12/28 11:06:21 sos Exp $
|
||||
|
||||
PROG= vinum
|
||||
SRCS= v.c list.c parser.c util.c vext.h commands.c
|
||||
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
|
||||
MAN8= vinum.8
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../sys/dev/vinum -g -Wall -DDEBUG -DRAID5
|
||||
CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG -DRAID5
|
||||
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
|
||||
LDADD= -lutil -lreadline -ltermcap
|
||||
BINGRP= kmem
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -36,7 +36,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* $Id: v.c,v 1.22 1998/08/11 07:44:54 grog Exp grog $ */
|
||||
/* $Id: v.c,v 1.1.1.1 1998/09/16 05:57:36 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user