From b0104b6f8d369692d0ca8f265b631a87df7eaeed Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Feb 2003 03:55:27 +0000 Subject: * mach/errsystems.awk: Include in generated output. --- mach/errsystems.awk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mach') diff --git a/mach/errsystems.awk b/mach/errsystems.awk index b01c1bd0eb..a5e93604bc 100644 --- a/mach/errsystems.awk +++ b/mach/errsystems.awk @@ -1,6 +1,8 @@ BEGIN { - print "#include \n#include "; - print "#define static static const" + print "#include "; + print "#include "; + print "#include "; + print "#define static static const"; nsubs = split(subsys, subs); while (nsubs > 0) printf "#include \"%s\"\n", subs[nsubs--]; print "\n\n\ -- cgit v1.2.3