From 21bf016cd97057e3e58cfdef2e725346fe5df72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 7 Sep 2008 21:12:43 +0000 Subject: [PATCH] Prefix domain with "heim_com_err" git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23751 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/compile_et.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/com_err/compile_et.c b/lib/com_err/compile_et.c index b3080a2b5..a6cd57011 100644 --- a/lib/com_err/compile_et.c +++ b/lib/com_err/compile_et.c @@ -167,7 +167,7 @@ generate_h(void) fprintf(h_file, "\n"); fprintf(h_file, "#define ERROR_TABLE_BASE_%s %ld\n", name, base_id); fprintf(h_file, "\n"); - fprintf(h_file, "#define COM_ERR_BINDDOMAIN_%s \"com_err%ld\"\n", name, base_id); + fprintf(h_file, "#define COM_ERR_BINDDOMAIN_%s \"heim_com_err%ld\"\n", name, base_id); fprintf(h_file, "\n"); fprintf(h_file, "#endif /* %s */\n", fn);