diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 02:21:15 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 02:21:15 +0000 |
| commit | ee15718941158b52cac28f052f7409ccd92e6791 (patch) | |
| tree | 59616328648ebfdfa3cdd0860b5a66330ebca1c6 /sys/dev/mii/devlist2h.awk | |
| parent | 280652828b1d80da9bea959330c2185766069a2e (diff) | |
Notes
Diffstat (limited to 'sys/dev/mii/devlist2h.awk')
| -rw-r--r-- | sys/dev/mii/devlist2h.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/devlist2h.awk b/sys/dev/mii/devlist2h.awk index 1863a227ab7f..6c76b17a4ab8 100644 --- a/sys/dev/mii/devlist2h.awk +++ b/sys/dev/mii/devlist2h.awk @@ -100,7 +100,7 @@ NR == 1 { VERSION = $0 gsub("\\$", "", VERSION) - printf("/*\t\$Id\$\t*/\n\n") > hfile + printf("/*\t\$FreeBSD\$\t*/\n\n") > hfile printf("/*\n") > hfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile |
