git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1442 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-16 17:18:39 +00:00
parent 855969e857
commit 233876ab73
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#include "kdc_locl.h"
#define MIN(x,y) (((x)<(y))?(x):(y))
RCSID("$Id$");
struct timeval now;

View File

@@ -1,5 +1,6 @@
#include "kdc_locl.h"
#define MIN(x,y) (((x)<(y))?(x):(y))
RCSID("$Id$");
struct timeval now;