Fix awk warnings.

This commit is contained in:
mycroft 2003-10-24 17:01:58 +00:00
parent d66a9fb0bc
commit f4bdf17ebc
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/awk -f #! /usr/bin/awk -f
# $NetBSD: devlist2h.awk,v 1.2 2001/02/07 10:05:37 haya Exp $ # $NetBSD: devlist2h.awk,v 1.3 2003/10/24 17:01:58 mycroft Exp $
# #
# Copyright (c) 1995, 1996 Christopher G. Demetriou # Copyright (c) 1995, 1996 Christopher G. Demetriou
# All rights reserved. # All rights reserved.
@ -38,7 +38,7 @@ NR == 1 {
VERSION = $0 VERSION = $0
gsub("\\$", "", VERSION) gsub("\\$", "", VERSION)
printf("/*\t\$NetBSD\$\t*/\n\n") > dfile printf("/*\t$NetBSD: devlist2h.awk,v 1.3 2003/10/24 17:01:58 mycroft Exp $\t*/\n\n") > dfile
printf("/*\n") > dfile printf("/*\n") > dfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> dfile > dfile
@ -47,7 +47,7 @@ NR == 1 {
printf(" *\t%s\n", VERSION) > dfile printf(" *\t%s\n", VERSION) > dfile
printf(" */\n") > dfile printf(" */\n") > dfile
printf("/*\t\$NetBSD\$\t*/\n\n") > hfile printf("/*\t$NetBSD: devlist2h.awk,v 1.3 2003/10/24 17:01:58 mycroft Exp $\t*/\n\n") > hfile
printf("/*\n") > hfile printf("/*\n") > hfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> hfile > hfile