this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix warning -Wcomment in bsd.cpp

authored by

X0rg and committed by
Lubos Dolezel
bc380133 326855f2

+2 -2
+2 -2
src/IOKit/bsd.cpp
··· 12 12 std::string DarlingTranslateBSDName(const char* name); 13 13 bool DarlingFindBSDName(const char* name, char* path); 14 14 15 - /* 15 + #if 0 16 16 CFMutableDictionaryRef IOBSDNameMatching(void* iokitPort, unsigned int options, const char* bsdName) 17 17 { 18 18 // Search /sys/class/* for a device called bsdName ··· 25 25 else 26 26 return NULL; 27 27 } 28 - */ 28 + #endif 29 29 30 30 31 31 std::string DarlingTranslateBSDName(const char* name)