Commit f38ed6e2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Check __FreeBSD_version for memory barrier definition



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4977 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d9b7fa6e
......@@ -40,7 +40,7 @@
void vmb_pthread(void);
#if defined(__FreeBSD__)
#if defined(__FreeBSD__) && __FreeBSD_version >= 800058
#include <sys/types.h>
#include <machine/atomic.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment