projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e2164
)
add ext-proto.h
author
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 16:10:13 +0000
(16:10 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 16:10:13 +0000
(16:10 +0000)
fix up #endif text
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@477
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/princ_comp.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/princ_comp.c
b/src/lib/krb5/krb/princ_comp.c
index 03921200ba287b3d802fad55ae2eb62daf1da72a..328d16c186a1a0a910fc56858cc9f659f35b1fad 100644
(file)
--- a/
src/lib/krb5/krb/princ_comp.c
+++ b/
src/lib/krb5/krb/princ_comp.c
@@
-19,10
+19,11
@@
static char rcsid_princ_comp_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
+#include <krb5/ext-proto.h>
#ifndef min
#define min(a,b) ((a) < (b) ? (a) : (b))
-#endif
min
+#endif
/* min */
krb5_boolean
krb5_principal_compare(princ1, princ2)