git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5fb4619
)
fix-msf-cat-warnings-in-compile-et-20010524
author
Nathan Neulinger
<nneul@umr.edu>
Thu, 24 May 2001 22:11:45 +0000 (22:11 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 24 May 2001 22:11:45 +0000 (22:11 +0000)
so we don't get warning for msf stuff
src/comerr/compile_et.c
patch
|
blob
|
history
diff --git
a/src/comerr/compile_et.c
b/src/comerr/compile_et.c
index
582da68
..
8452e10
100644
(file)
--- 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 */