[master] 36bde61 Remove a FreeBSD specific #include that does not apply to our copy of vqueue.h

Poul-Henning Kamp phk at FreeBSD.org
Mon Jul 28 12:41:31 CEST 2014


commit 36bde61a224ba8b217b910a1a0e5e36adf5fc1d5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jul 28 10:40:55 2014 +0000

    Remove a FreeBSD specific #include that does not apply to our copy of vqueue.h

diff --git a/include/vqueue.h b/include/vqueue.h
index 55bc23c..a8b248d 100644
--- a/include/vqueue.h
+++ b/include/vqueue.h
@@ -33,8 +33,6 @@
 #ifndef VARNISH_QUEUE_H
 #define	VARNISH_QUEUE_H
 
-#include <sys/cdefs.h>
-
 /*
  * This file defines four types of data structures: singly-linked lists,
  * singly-linked tail queues, lists and tail queues.



More information about the varnish-commit mailing list