$NetBSD: patch-af,v 1.3 2010/06/08 10:15:33 wiz Exp $ --- src/mkerrcodes.awk.orig 2008-08-26 12:45:58.000000000 +0000 +++ src/mkerrcodes.awk @@ -60,7 +60,7 @@ # as is trailing whitespace. BEGIN { - FS="[ \t]+GPG_ERR_"; + #FS="[ \t]+GPG_ERR_"; print "/* Output of mkerrcodes.awk. DO NOT EDIT. */"; print ""; header = 1; @@ -91,7 +91,7 @@ header { if (/^$/) next; - print " { " $1 ", \"GPG_ERR_" $2 "\" },"; + print " { " $1 ", \"" $2 "\" },"; } END {