Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci remove some extraneous \'s to shut up warning fr...



details:   https://anonhg.NetBSD.org/src/rev/6dab53799b59
branches:  trunk
changeset: 555967:6dab53799b59
user:      grant <grant%NetBSD.org@localhost>
date:      Fri Dec 05 04:33:27 2003 +0000

description:
remove some extraneous \'s to shut up warning from gawk.

diffstat:

 sys/dev/pci/devlist2h.awk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r e4a58671ca29 -r 6dab53799b59 sys/dev/pci/devlist2h.awk
--- a/sys/dev/pci/devlist2h.awk Fri Dec 05 04:28:47 2003 +0000
+++ b/sys/dev/pci/devlist2h.awk Fri Dec 05 04:33:27 2003 +0000
@@ -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 @@
        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 @@
        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



Home | Main Index | Thread Index | Old Index