r718 - trunk/varnish-cache/include

des at projects.linpro.no des at projects.linpro.no
Mon Aug 7 17:00:55 CEST 2006


Author: des
Date: 2006-08-07 17:00:55 +0200 (Mon, 07 Aug 2006)
New Revision: 718

Modified:
   trunk/varnish-cache/include/libvarnish.h
Log:
TIM_{format,parse}() are used unconditionally, so declare them unconditionally.

Modified: trunk/varnish-cache/include/libvarnish.h
===================================================================
--- trunk/varnish-cache/include/libvarnish.h	2006-08-07 15:00:28 UTC (rev 717)
+++ trunk/varnish-cache/include/libvarnish.h	2006-08-07 15:00:55 UTC (rev 718)
@@ -6,11 +6,9 @@
 void FreeArgv(char **argv);
 char **ParseArgv(const char *s, int comment);
 
-#ifdef CLOCK_MONOTONIC
 /* from libvarnish/time.c */
 void TIM_format(time_t t, char *p);
 time_t TIM_parse(const char *p);
-#endif
 
 /* from libvarnish/version.c */
 void varnish_version(const char *);




More information about the varnish-commit mailing list