diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-11-15 18:07:35 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-11-15 18:07:35 +0000 |
| commit | 2f2dcad41b81e7972e30d9d19205219e16274e1c (patch) | |
| tree | a16cf04e6935d8138665f4b766d547b4ad219f95 | |
| parent | efac52b4abd3fa57e89b0b389c617fc15d301933 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 4 | ||||
| -rw-r--r-- | sys/conf/Makefile.alpha | 4 | ||||
| -rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile.i386 | 4 | ||||
| -rw-r--r-- | usr.sbin/config/configvers.h | 4 | ||||
| -rw-r--r-- | usr.sbin/config/mkioconf.c | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index e4312097be11d..4c541e3d29296 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.10 1998/09/18 18:41:49 dfr Exp $ +# $Id: Makefile.alpha,v 1.11 1998/10/29 17:09:36 dima Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300008 +%VERSREQ= 300009 BINFORMAT?= elf diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index e4312097be11d..4c541e3d29296 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.10 1998/09/18 18:41:49 dfr Exp $ +# $Id: Makefile.alpha,v 1.11 1998/10/29 17:09:36 dima Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300008 +%VERSREQ= 300009 BINFORMAT?= elf diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 8d089feedcce8..39a24ee0f5a02 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.127 1998/10/23 17:05:05 bde Exp $ +# $Id: Makefile.i386,v 1.128 1998/11/04 15:27:41 peter Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300008 +%VERSREQ= 300009 KERNFORMAT?= aout diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 8d089feedcce8..39a24ee0f5a02 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.127 1998/10/23 17:05:05 bde Exp $ +# $Id: Makefile.i386,v 1.128 1998/11/04 15:27:41 peter Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300008 +%VERSREQ= 300009 KERNFORMAT?= aout diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 8d089feedcce8..39a24ee0f5a02 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.127 1998/10/23 17:05:05 bde Exp $ +# $Id: Makefile.i386,v 1.128 1998/11/04 15:27:41 peter Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300008 +%VERSREQ= 300009 KERNFORMAT?= aout diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 4b5c083deaafe..c43c00036906f 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 2f97ac80f0019..27053a799118e 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)); |
