summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkioconf.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-11-15 18:07:35 +0000
committerdfr <dfr@FreeBSD.org>1998-11-15 18:07:35 +0000
commitc804c217bbb47d89392d4f961efbe41ee0fc1346 (patch)
treeb27a24b05ed306667298efeff206d6ecfd1d2443 /usr.sbin/config/mkioconf.c
parent386e180e558521c15d0be7481df01aff477e85e8 (diff)
downloadFreeBSD-src-c804c217bbb47d89392d4f961efbe41ee0fc1346.zip
FreeBSD-src-c804c217bbb47d89392d4f961efbe41ee0fc1346.tar.gz
* Change 'struct resource' to 'struct config_resource'.
* Bump config version.
Diffstat (limited to 'usr.sbin/config/mkioconf.c')
-rw-r--r--usr.sbin/config/mkioconf.c4
1 files changed, 2 insertions, 2 deletions
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