summaryrefslogtreecommitdiff
path: root/sys/dev/pci/devlist2h.awk
diff options
context:
space:
mode:
authorgrant <grant@NetBSD.org>2003-12-05 04:33:27 +0000
committergrant <grant@NetBSD.org>2003-12-05 04:33:27 +0000
commit0a49c48fe43d2d9f895312b3dde4606d6205aa2d (patch)
tree316613c38ef500b002838b5b1303e47bc21ba02f /sys/dev/pci/devlist2h.awk
parenta586448d869fdb1f618ddc858d70cbfcc552cf58 (diff)
remove some extraneous \'s to shut up warning from gawk.
Diffstat (limited to 'sys/dev/pci/devlist2h.awk')
-rw-r--r--sys/dev/pci/devlist2h.awk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/devlist2h.awk b/sys/dev/pci/devlist2h.awk
index 6acb13c7396..6a850db8026 100644
--- a/sys/dev/pci/devlist2h.awk
+++ b/sys/dev/pci/devlist2h.awk
@@ -1,5 +1,5 @@
#! /usr/bin/awk -f
-# $NetBSD: devlist2h.awk,v 1.6 2001/01/18 13:03:22 jdolecek Exp $
+# $NetBSD: devlist2h.awk,v 1.7 2003/12/05 04:33:27 grant Exp $
#
# Copyright (c) 1995, 1996 Christopher G. Demetriou
# All rights reserved.
@@ -38,7 +38,7 @@ NR == 1 {
VERSION = $0
gsub("\\$", "", VERSION)
- printf("/*\t\$NetBSD\$\t*/\n\n") > dfile
+ printf("/*\t$NetBSD: devlist2h.awk,v 1.7 2003/12/05 04:33:27 grant Exp $\t*/\n\n") > dfile
printf("/*\n") > dfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> dfile
@@ -47,7 +47,7 @@ NR == 1 {
printf(" *\t%s\n", VERSION) > dfile
printf(" */\n") > dfile
- printf("/*\t\$NetBSD\$\t*/\n\n") > hfile
+ printf("/*\t$NetBSD: devlist2h.awk,v 1.7 2003/12/05 04:33:27 grant Exp $\t*/\n\n") > hfile
printf("/*\n") > hfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> hfile