diff --git a/sys/dev/pci/devlist2h.awk b/sys/dev/pci/devlist2h.awk index c58c84548ce0..4114bdf95339 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.3 1998/01/05 19:28:16 perry Exp $ +# $NetBSD: devlist2h.awk,v 1.4 1998/01/08 00:31:23 thorpej Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. @@ -42,7 +42,6 @@ NR == 1 { printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > dfile printf(" *\n") > dfile - printf(" * \$NetBSD\$\n") > dfile printf(" * generated from:\n") > dfile printf(" *\t%s\n", VERSION) > dfile printf(" */\n") > dfile @@ -51,7 +50,6 @@ NR == 1 { printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile printf(" *\n") > hfile - printf(" * \$NetBSD\$\n") > hfile printf(" * generated from:\n") > hfile printf(" *\t%s\n", VERSION) > hfile printf(" */\n") > hfile