remove K&R concatenation "comment"
authorWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Wed, 4 Sep 1991 11:03:34 +0000 (03:03 -0800)
committerWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Wed, 4 Sep 1991 11:03:34 +0000 (03:03 -0800)
SCCS-vsn: usr.sbin/config/mkioconf.c 5.19

usr/src/usr.sbin/config/mkioconf.c

index 2c871e6..93a1e62 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkioconf.c 5.18 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkioconf.c 5.19 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
@@ -598,9 +598,8 @@ i386_ioconf()
        fprintf(fp, "#include \"sys/param.h\"\n");
        fprintf(fp, "#include \"sys/buf.h\"\n");
        fprintf(fp, "#include \"sys/map.h\"\n");
        fprintf(fp, "#include \"sys/param.h\"\n");
        fprintf(fp, "#include \"sys/buf.h\"\n");
        fprintf(fp, "#include \"sys/map.h\"\n");
-       fprintf(fp, "#include \"sys/vm.h\"\n");
        fprintf(fp, "\n");
        fprintf(fp, "\n");
-       fprintf(fp, "#define V(s)       V/**/s\n");
+       fprintf(fp, "#define V(s)       __CONCAT(V,s)\n");
        fprintf(fp, "#define C (caddr_t)\n\n");
        /*
         * First print the isa initialization structures
        fprintf(fp, "#define C (caddr_t)\n\n");
        /*
         * First print the isa initialization structures