summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/configvers.h4
-rw-r--r--usr.sbin/config/mkioconf.c4
2 files changed, 4 insertions, 4 deletions
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 <osreldate.h> 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 <err.h>
@@ -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));
OpenPOWER on IntegriCloud