Make the output proper constified.

This commit is contained in:
martin 2005-06-03 19:03:46 +00:00
parent 172ecdbad8
commit 424bc46318
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/awk -f
# $NetBSD: devlist2h.awk,v 1.2 2004/01/11 01:48:46 sekiya Exp $
# $NetBSD: devlist2h.awk,v 1.3 2005/06/03 19:03:46 martin Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@ -136,7 +136,7 @@ END {
printf("struct gio_knowndev {\n") > dfile
printf("\tint productid;\n") > dfile
printf("\tchar *product;\n") > dfile
printf("\tconst char *product;\n") > dfile
printf("};\n") > dfile
printf("\nstruct gio_knowndev gio_knowndevs[] = {\n") > dfile