mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
make sure, the tests complete. Add one more header to the installation list -- this is required in 3.0.3 for 3rd-party modules to build. Approved by: maintainer Feature safe: yes
12 lines
370 B
Text
12 lines
370 B
Text
See:
|
|
https://www.varnish-cache.org/trac/ticket/1202
|
|
|
|
--- bin/varnishtest/vtc_log.c 2012-08-20 05:20:40.000000000 -0400
|
|
+++ bin/varnishtest/vtc_log.c 2012-10-01 12:35:45.000000000 -0400
|
|
@@ -138,5 +138,5 @@
|
|
AZ(pthread_mutex_lock(&vl->mtx));
|
|
vl->act = 1;
|
|
- assert(lvl < NLEAD);
|
|
+ assert(lvl < (int)NLEAD);
|
|
VSB_clear(vl->vsb);
|
|
VSB_printf(vl->vsb, "%s %-4s %4.1f ",
|