svn rev #25138: trunk/src/util/k5ev/
ghudson@MIT.EDU
ghudson at MIT.EDU
Sun Sep 4 17:57:28 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25138
Commit By: ghudson
Log Message:
Prevent verto-k5ev from using clock_gettime.
Also remove k5ev.c, which shouldn't have been committed.
Changed Files:
D trunk/src/util/k5ev/k5ev.c
U trunk/src/util/k5ev/verto-k5ev.c
Modified: trunk/src/util/k5ev/verto-k5ev.c
===================================================================
--- trunk/src/util/k5ev/verto-k5ev.c 2011-09-04 04:29:47 UTC (rev 25137)
+++ trunk/src/util/k5ev/verto-k5ev.c 2011-09-04 21:57:28 UTC (rev 25138)
@@ -34,6 +34,8 @@
#include "rename.h"
#include "autoconf.h"
#define EV_STANDALONE 1
+/* Avoids using clock_gettime; we probably shouldn't have to do this. */
+#define EV_USE_REALTIME 0
#define EV_FEATURES 0x5f /* Everything but back ends */
#ifdef HAVE_POLL_H
#define EV_USE_POLL 1
More information about the cvs-krb5
mailing list