mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3be6176466
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13162
12 lines
372 B
C
12 lines
372 B
C
--- src/common/atomic.h.orig 2009-03-29 18:43:40 UTC
|
|
+++ src/common/atomic.h
|
|
@@ -38,7 +38,7 @@
|
|
#define CONFIG_SMP /* ... the macro the kernel headers use */
|
|
#endif
|
|
|
|
-#if defined(__linux__) || defined(WIN32) || defined(__APPLE__)
|
|
+#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
|
#ifdef _ARCH_PPC
|
|
|
|
/*
|