okra pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=3ba67bbf3b98bf11811373944746dd395bdb18dd

commit 3ba67bbf3b98bf11811373944746dd395bdb18dd
Author: Stephen 'Okra' Houston <[email protected]>
Date:   Sun Mar 5 17:31:47 2017 -0600

    Sysinfo: Use the correct define for DragonFly.
---
 src/modules/sysinfo/sysinfo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/sysinfo/sysinfo.h b/src/modules/sysinfo/sysinfo.h
index d9780a6..2c9f49a 100644
--- a/src/modules/sysinfo/sysinfo.h
+++ b/src/modules/sysinfo/sysinfo.h
@@ -39,7 +39,7 @@ enum _Netstatus_Unit
 typedef enum _Sensor_Type
 {
    SENSOR_TYPE_NONE,
-#if defined __FreeBSD__ || defined __OpenBSD__ || defined __DragonflyBSD__
+#if defined __FreeBSD__ || defined __OpenBSD__ || defined __DragonFly__
    SENSOR_TYPE_FREEBSD,
    SENSOR_TYPE_OPENBSD,
 #else

-- 


Reply via email to