[Varnish] #471: Compilation fixes for NetBSD (and probably others)

Varnish varnish-bugs at projects.linpro.no
Sun Mar 15 08:07:58 CET 2009


#471: Compilation fixes for NetBSD (and probably others)
-------------------------------+--------------------------------------------
 Reporter:  michael            |        Type:  defect
   Status:  new                |    Priority:  normal
Milestone:  After Varnish 2.1  |   Component:  build 
  Version:  trunk              |    Severity:  normal
 Keywords:                     |  
-------------------------------+--------------------------------------------
 When version-bumping varnish in pkgsrc (http://www.pkgsrc.org/), I noticed
 that small changes are still necessary.

 In particular, sys/types.h needs to be included in
 bin/varnishhist/varnishhist.c and bin/varnishreplay/varnishreplay.c. Also,
 the two #if defined(__FreeBSD__) in bin/varnishd/cache_pool.c should be
 expanded to #if defined(__FreeBSD__) || defined(__DragonFly__).

 Patches are attached, please apply them.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/471>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list