[Varnish] #840: Varnish on Cygwin-Windows Platform

Jorge Díaz jdzstz at gmail.com
Mon Jan 10 15:56:02 CET 2011


I dont have permisions to edit in your trac wiki pages. If you grant
edit permission I can copy all the information to a new page.

In any case, I think at least the modification of time.c should be necesary:

  65 #ifndef CLOCK_MONOTONIC
  66         #undef HAVE_CLOCK_GETTIME
  67 #endif

If any system have clock_gettime function defined but dont have
"CLOCK_MONOTONIC", your code does not work:

76         assert(clock_gettime(CLOCK_MONOTONIC, &ts) == 0);



2011/1/10 Poul-Henning Kamp <phk at phk.freebsd.dk>:
> In message <AANLkTi=uir0bHi+npXmSaRuh58ZA3GwL0EhYWiNJ3x1r at mail.gmail.com>, =?IS
> O-8859-1?Q?Jorge_D=EDaz?= writes:
>
> I really don't have anything to add.
>
> Until the CygWin port shows that it is worth keeping, I'm not touch patches
> that *I* deem too intrusive.
>
> As I said, feel free to make a wiki page for this project (if you don't
> have a wiki-edit bit yet, just let me know, we only limit them to keep
> spammers away)
>
> --
> Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
> phk at FreeBSD.ORG         | TCP/IP since RFC 956
> FreeBSD committer       | BSD since 4.3-tahoe
> Never attribute to malice what can adequately be explained by incompetence.
>




More information about the varnish-bugs mailing list