projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69979f
)
max and min are declared in kdc_util.h
author
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 12:39:52 +0000
(12:39 +0000)
committer
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 12:39:52 +0000
(12:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2133
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/replay.c
patch
|
blob
|
history
diff --git
a/src/kdc/replay.c
b/src/kdc/replay.c
index 5bca9a27cbf2dc7dcdabd71f7440e8513faae019..b25bbee3cb8d40b3133866415f7712c470f171af 100644
(file)
--- a/
src/kdc/replay.c
+++ b/
src/kdc/replay.c
@@
-38,10
+38,6
@@
static int calls = 0;
static int max_hits_per_entry = 0;
static int num_entries = 0;
-#ifndef max
-#define max(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-
#define STALE_TIME 2*60 /* two minutes */
#define STALE(ptr) (abs((ptr)->timein - timenow) >= STALE_TIME)