diff options
author | jkh <jkh@FreeBSD.org> | 1996-04-28 01:07:27 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-04-28 01:07:27 +0000 |
commit | 757f0d4140ba92ac2ff7e00fc840bf99ecee5f21 (patch) | |
tree | e29bd26ab9f65572bd124e188a21b4a1744bcb54 /release/sysinstall/sysinstall.h | |
parent | 7a8e35fbab581e26b8a60eeea29077d5d66b9e11 (diff) | |
download | FreeBSD-src-757f0d4140ba92ac2ff7e00fc840bf99ecee5f21.zip FreeBSD-src-757f0d4140ba92ac2ff7e00fc840bf99ecee5f21.tar.gz |
Move some of functions around in order to make this stuff easier
to work on.
Diffstat (limited to 'release/sysinstall/sysinstall.h')
-rw-r--r-- | release/sysinstall/sysinstall.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 86d7bed..6265641 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -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: sysinstall.h,v 1.52 1996/04/25 17:31:26 jkh Exp $ + * $Id: sysinstall.h,v 1.53 1996/04/28 00:37:36 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -254,10 +254,6 @@ typedef int (*commandFunc)(char *key, void *data); #define IPADDR_FIELD_LEN 16 #define EXTRAS_FIELD_LEN 128 -/* Verbosity levels for CPIO as expressed by cpio arguments - yuck */ -#define CPIO_VERBOSITY (!strcmp(variable_get(CPIO_VERBOSITY_LEVEL), "low") ? "" : \ - !strcmp(variable_get(CPIO_VERBOSITY_LEVEL), "medium") ? "-V" : "-v") - /* This is the structure that Network devices carry around in their private, erm, structures */ typedef struct _devPriv { char ipaddr[IPADDR_FIELD_LEN]; |