summaryrefslogtreecommitdiff
path: root/sys/dev/tc/devlist2h.awk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 07:34:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 07:34:59 +0000
commit76fc5d8d8e79b754fba81a84bab2dffafe0910c1 (patch)
treed519b423b3a2b97c59a906d2d6a8c78dc1bf50c6 /sys/dev/tc/devlist2h.awk
parentf0565ae322394c8120343781f8fd5fbe44400139 (diff)
sync to 0607
Diffstat (limited to 'sys/dev/tc/devlist2h.awk')
-rw-r--r--sys/dev/tc/devlist2h.awk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/devlist2h.awk b/sys/dev/tc/devlist2h.awk
index 5caea9ad296..c0b69a79943 100644
--- a/sys/dev/tc/devlist2h.awk
+++ b/sys/dev/tc/devlist2h.awk
@@ -1,6 +1,6 @@
#! /usr/bin/awk -f
-# $OpenBSD: devlist2h.awk,v 1.1 1996/04/18 23:48:20 niklas Exp $
-# $NetBSD: devlist2h.awk,v 1.2 1996/03/05 23:15:05 cgd Exp $
+# $OpenBSD: devlist2h.awk,v 1.2 1996/06/10 07:34:58 deraadt Exp $
+# $NetBSD: devlist2h.awk,v 1.2.4.1 1996/06/05 18:34:36 cgd Exp $
#
# Copyright (c) 1995, 1996 Christopher G. Demetriou
# All rights reserved.
@@ -64,7 +64,7 @@ $1 == "device" {
devices[ndevices, 1] = $2; # C identifier for device
gsub("-", "_", devices[ndevices, 1]);
- devices[ndevices, 2] = $3; /* driver name */
+ devices[ndevices, 2] = $3; # driver name
printf("\n") > hfile
printf("#define\tTC_DEVICE_%s\t\"%s\"\n", devices[ndevices, 1],