[master] 75615a6 When I grow up, I want to learn to program in C

Poul-Henning Kamp phk at FreeBSD.org
Sat Nov 26 22:27:04 CET 2016


commit 75615a65c8b36e763b6d03ad3357262286f2f2cb
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat Nov 26 21:25:47 2016 +0000

    When I grow up, I want to learn to program in C

diff --git a/bin/varnishd/storage/storage_umem.c b/bin/varnishd/storage/storage_umem.c
index e38c63f..5387fa8 100644
--- a/bin/varnishd/storage/storage_umem.c
+++ b/bin/varnishd/storage/storage_umem.c
@@ -32,7 +32,7 @@
 //lint -e{766}
 #include "config.h"
 
-#ifdef HAVE_LIBUMEM && 0
+#if defined(HAVE_LIBUMEM) && 0
 
 #include <sys/types.h>
 



More information about the varnish-commit mailing list