From: Nathan Neulinger Date: Thu, 24 May 2001 22:11:45 +0000 (+0000) Subject: fix-msf-cat-warnings-in-compile-et-20010524 X-Git-Tag: openafs-stable-1_1_0~152 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=36e60e31c781817f458c020990fd0dde05bac5d7;p=packages%2Fo%2Fopenafs.git fix-msf-cat-warnings-in-compile-et-20010524 so we don't get warning for msf stuff --- diff --git a/src/comerr/compile_et.c b/src/comerr/compile_et.c index 582da6839..8452e1078 100644 --- a/src/comerr/compile_et.c +++ b/src/comerr/compile_et.c @@ -108,7 +108,7 @@ static const char warning[] = "/*\n * %s:\n * This file is automatically generated; please do not edit it.\n */\n"; static const char msf_warning[] = - "$\n$ %s:\n$ This file is automatically generated; please do not edit it.\n$\n$set 1\n"; + "$ \n$ %s:\n$ This file is automatically generated; please do not edit it.\n$\n$set 1\n"; /* pathnames */ char c_file[MAXPATHLEN]; /* output file */