From 76fc5d8d8e79b754fba81a84bab2dffafe0910c1 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 10 Jun 1996 07:34:59 +0000 Subject: sync to 0607 --- sys/dev/tc/devlist2h.awk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/tc/devlist2h.awk') 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], -- cgit v1.2.3