[master] 872de71 Update error and define

Federico G. Schwindt fgsch at lodoss.net
Sun Sep 24 21:24:06 UTC 2017


commit 872de71766a9def9ad35102817e8f1d436948819
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sun Sep 24 18:00:35 2017 +0100

    Update error and define

diff --git a/bin/varnishd/common/com_params.h b/bin/varnishd/common/com_params.h
index a1ddd69..07080d3 100644
--- a/bin/varnishd/common/com_params.h
+++ b/bin/varnishd/common/com_params.h
@@ -29,10 +29,10 @@
  * This file contains the heritage passed when mgt forks cache
  */
 
-#ifdef COMMON_PARAMS_H
-#error "Multiple includes of common/params.h"
+#ifdef COMMON_COM_PARAMS_H
+#error "Multiple includes of common/com_params.h"
 #endif
-#define COMMON_PARAMS_H
+#define COMMON_COM_PARAMS_H
 
 #include "vre.h"
 


More information about the varnish-commit mailing list