MIN
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1442 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#include "kdc_locl.h"
|
#include "kdc_locl.h"
|
||||||
|
|
||||||
|
#define MIN(x,y) (((x)<(y))?(x):(y))
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
#include "kdc_locl.h"
|
#include "kdc_locl.h"
|
||||||
|
|
||||||
|
#define MIN(x,y) (((x)<(y))?(x):(y))
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
|
Reference in New Issue
Block a user