diff options
| author | augustss <augustss@NetBSD.org> | 1999-01-07 03:27:26 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1999-01-07 03:27:26 +0000 |
| commit | 2fba866c7724cf71f1a633c112b244bcdfcf0ba4 (patch) | |
| tree | 4a07e8b9190292d45191e23ddc068580f1ac5748 /sys/dev | |
| parent | e4b5e096e8c984038d2f4aa33cf295e9b7226d99 (diff) | |
On popular demand, back out the generation of a FreeBSD ID.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/devlist2h.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/devlist2h.awk b/sys/dev/usb/devlist2h.awk index 9aa58e812e9..5a04007ed19 100644 --- a/sys/dev/usb/devlist2h.awk +++ b/sys/dev/usb/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $NetBSD: devlist2h.awk,v 1.2 1999/01/07 01:54:28 augustss Exp $ +# $NetBSD: devlist2h.awk,v 1.3 1999/01/07 03:27:26 augustss Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. @@ -39,7 +39,6 @@ NR == 1 { gsub("\\$", "", VERSION) printf("/*\t\$NetBSD\$\t*/\n\n") > dfile - printf("/*\t\FreeBSD $Id\$\t*/\n\n") > dfile printf("/*\n") > dfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > dfile |
