From 424bc463183c5f88f94113983336f6884d6d8b19 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 3 Jun 2005 19:03:46 +0000 Subject: [PATCH] Make the output proper constified. --- sys/arch/sgimips/gio/devlist2h.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sgimips/gio/devlist2h.awk b/sys/arch/sgimips/gio/devlist2h.awk index 3e06f373ab57..dfd0fbd2b223 100644 --- a/sys/arch/sgimips/gio/devlist2h.awk +++ b/sys/arch/sgimips/gio/devlist2h.awk @@ -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