r3610 - in branches/2.0/varnish-cache/lib: libvarnish libvcl

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Feb 5 12:17:44 CET 2009


Author: tfheen
Date: 2009-02-05 12:17:44 +0100 (Thu, 05 Feb 2009)
New Revision: 3610

Modified:
   branches/2.0/varnish-cache/lib/libvarnish/flint.lnt
   branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c
Log:
Merge r3395: silence config.h noise



Modified: branches/2.0/varnish-cache/lib/libvarnish/flint.lnt
===================================================================
--- branches/2.0/varnish-cache/lib/libvarnish/flint.lnt	2009-02-05 11:14:28 UTC (rev 3609)
+++ branches/2.0/varnish-cache/lib/libvarnish/flint.lnt	2009-02-05 11:17:44 UTC (rev 3610)
@@ -11,6 +11,8 @@
 
 -header(../../config.h)
 
+-efile(451, "../../config.h")
+
 // Fix strchr() semtics, it can only return NULL if arg2 != 0
 -sem(strchr, 1p, type(1), 2n == 0 ? (@p < 1p) : (@p < 1p || @p == 0 ))
 

Modified: branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c	2009-02-05 11:14:28 UTC (rev 3609)
+++ branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c	2009-02-05 11:17:44 UTC (rev 3610)
@@ -223,8 +223,8 @@
 	vsb_cat(sb, " * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWI");
 	vsb_cat(sb, "SE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFT");
 	vsb_cat(sb, "WARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n");
-	vsb_cat(sb, " * SUCH DAMAGE.\n *\n * $Id: vrt.h 3580 2009-02-05 08:");
-	vsb_cat(sb, "45:25Z tfheen $\n *\n * Runtime support for compiled V");
+	vsb_cat(sb, " * SUCH DAMAGE.\n *\n * $Id: vrt.h 3609 2009-02-05 11:");
+	vsb_cat(sb, "14:28Z tfheen $\n *\n * Runtime support for compiled V");
 	vsb_cat(sb, "CL programs.\n *\n * XXX: When this file is changed, l");
 	vsb_cat(sb, "ib/libvcl/vcc_gen_fixed_token.tcl\n");
 	vsb_cat(sb, " * XXX: *MUST* be rerun.\n */\n");



More information about the varnish-commit mailing list