[6.1] e245eb9b9 Be Sun-c compiler compatible

hermunn hermunn at varnish-software.com
Wed Oct 24 09:29:16 UTC 2018


commit e245eb9b9637837b37e44ccc346ec90a2801d9ee
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 24 11:41:42 2018 +0000

    Be Sun-c compiler compatible

diff --git a/bin/varnishtest/teken.c b/bin/varnishtest/teken.c
index 21eb71752..48df7e066 100644
--- a/bin/varnishtest/teken.c
+++ b/bin/varnishtest/teken.c
@@ -41,7 +41,7 @@
 #include "vas.h"
 
 /* debug messages */
-#define	teken_printf(x,...)
+#define	teken_printf(...)
 
 /* Private flags for t_stateflags. */
 #define	TS_FIRSTDIGIT	0x0001	/* First numeric digit in escape sequence. */


More information about the varnish-commit mailing list