Skip to content
Snippets Groups Projects
Commit e8f0b19b authored by shattered's avatar shattered
Browse files

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
parent 524688fe
No related branches found
No related tags found
No related merge requests found
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment