this repo has no description
1
fork

Configure Feed

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

[libsysmon] Remove OS_object from OS_sysmon_object.h

There seems to be a duplicate conflict:

```
/home/user/Downloads/darling/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sysmon/OS_sysmon_object.h:20:1: error: duplicate interface definition for class 'OS_object'
@interface OS_object
^
/home/user/Downloads/darling/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/object.h:203:1: note: previous definition is here
OS_OBJECT_DECL_BASE(object, NSObject);
```

Thomas A f9f1d9d8 84c3da19

-3
-3
src/libsysmon/include/sysmon/OS_sysmon_object.h
··· 17 17 along with Darling. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 20 - @interface OS_object 21 - 22 - @end 23 20 24 21 @interface OS_sysmon_object : OS_object 25 22