s4-heimdal: fixed the use of error_message() in heimdal
authorAndrew Tridgell <tridge@samba.org>
Fri, 29 Oct 2010 00:46:44 +0000 (11:46 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 12:48:59 +0000 (23:48 +1100)
commit4bd7814a4e2970a1276b91b93987ce4fa9406c19
treebe4d9bc1d7afd692278c4df9e6cd6c24eeb71a81
parentd6299d2667909487986782afc596cca45f2cbdac
s4-heimdal: fixed the use of error_message() in heimdal

the lex code in heimdal had a function error_message() which conflicts
with a function from the com_err library. This replaces it with
lex_err_message()

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
12 files changed:
source4/heimdal/lib/asn1/asn1parse.c
source4/heimdal/lib/asn1/asn1parse.y
source4/heimdal/lib/asn1/gen_decode.c
source4/heimdal/lib/asn1/lex.c
source4/heimdal/lib/asn1/lex.h
source4/heimdal/lib/asn1/lex.l
source4/heimdal/lib/asn1/symbol.c
source4/heimdal/lib/com_err/lex.c
source4/heimdal/lib/com_err/lex.h
source4/heimdal/lib/com_err/lex.l
source4/heimdal/lib/com_err/parse.c
source4/heimdal/lib/com_err/parse.y