From e8f0b19b812d5209e6f7c0739e9d25b6fbaf5684 Mon Sep 17 00:00:00 2001
From: shattered <shattered@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 16 Apr 2007 17:49:02 +0000
Subject: [PATCH] Apparently, OSX Server 10.3.9 does not define
 kIOPropertySMARTCapableKey...

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2396 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/os_darwin.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sm5/os_darwin.h b/sm5/os_darwin.h
index 115d70495..4a19ce0f3 100644
--- a/sm5/os_darwin.h
+++ b/sm5/os_darwin.h
@@ -24,8 +24,12 @@
 #ifndef OS_DARWIN_H_
 #define OS_DARWIN_H_
 
-#define OS_DARWIN_H_CVSID "$Id: os_darwin.h,v 1.5 2006/04/12 14:54:28 ballen4705 Exp $\n"
+#define OS_DARWIN_H_CVSID "$Id: os_darwin.h,v 1.6 2007/04/16 17:49:02 shattered Exp $\n"
 
-// There isn't actually any content here yet.
+// Isn't in 10.3.9?
+
+#ifndef kIOPropertySMARTCapableKey
+#define kIOPropertySMARTCapableKey	"SMART Capable"
+#endif
 
 #endif /* OS_DARWIN_H_ */
-- 
GitLab