projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196396e
)
Need stdio.h to print no-krb4 warning
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 10 Mar 2007 03:54:08 +0000
(
03:54
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sat, 10 Mar 2007 03:54:08 +0000
(
03:54
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19217
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kadmin/dbutil/loadv4.c
patch
|
blob
|
history
diff --git
a/src/kadmin/dbutil/loadv4.c
b/src/kadmin/dbutil/loadv4.c
index 6149e81d89f9fc9c87ff17aadac0fea31a89ac66..5c01cd13235e9b8e572b45eeb5f973bb72d7eae8 100644
(file)
--- a/
src/kadmin/dbutil/loadv4.c
+++ b/
src/kadmin/dbutil/loadv4.c
@@
-971,6
+971,7
@@
static krb5_error_code fixup_database(context, realm)
}
#else /* KRB5_KRB4_COMPAT */
+#include <stdio.h>
void
load_v4db(argc, argv)
int argc;