projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8287935
)
Use correct type for retval
author
Theodore Tso
<tytso@mit.edu>
Fri, 21 Apr 1995 01:18:05 +0000
(
01:18
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Fri, 21 Apr 1995 01:18:05 +0000
(
01:18
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5417
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/profile/prof_parse.c
patch
|
blob
|
history
diff --git
a/src/util/profile/prof_parse.c
b/src/util/profile/prof_parse.c
index 7549c7647306eb46e41240af802945547ceaae07..6f85a6f2ca2b2f9e347744e8c85b697295979382 100644
(file)
--- a/
src/util/profile/prof_parse.c
+++ b/
src/util/profile/prof_parse.c
@@
-57,7
+57,7
@@
static errcode_t parse_std_line(line, state)
{
char *cp, ch, *tag, *value;
char *p;
-
unsigned in
t retval;
+
errcode_
t retval;
int do_subsection = 0;
void *iter = 0;