From c804c217bbb47d89392d4f961efbe41ee0fc1346 Mon Sep 17 00:00:00 2001 From: dfr Date: Sun, 15 Nov 1998 18:07:35 +0000 Subject: * Change 'struct resource' to 'struct config_resource'. * Bump config version. --- usr.sbin/config/configvers.h | 4 ++-- usr.sbin/config/mkioconf.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 4b5c083..c43c000 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -6,6 +6,6 @@ * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE * and system. * - * $Id: configvers.h,v 1.6 1998/09/15 21:07:54 gibbs Exp $ + * $Id: configvers.h,v 1.7 1998/10/23 17:05:06 bde Exp $ */ -#define CONFIGVERS 300008 +#define CONFIGVERS 300009 diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c index 2f97ac8..27053a7 100644 --- a/usr.sbin/config/mkioconf.c +++ b/usr.sbin/config/mkioconf.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mkioconf.c 8.2 (Berkeley) 1/21/94"; #endif static const char rcsid[] = - "$Id: mkioconf.c,v 1.43 1998/10/16 15:00:18 bde Exp $"; + "$Id: mkioconf.c,v 1.44 1998/10/23 17:05:06 bde Exp $"; #endif /* not lint */ #include @@ -1145,7 +1145,7 @@ write_device_resources(FILE *fp, struct device *dp) { int count = 0; - fprintf(fp, "struct resource %s_resources[] = {\n", devstr(dp)); + fprintf(fp, "struct config_resource %s_resources[] = {\n", devstr(dp)); if (dp->d_conn) { fprintf(fp, "\t\"at\",\tRES_STRING,\t(long)\"%s\",\n", devstr(dp->d_conn)); -- cgit v1.1