OpenWBEM is an enterprise-grade open-source implementation of WBEM, written in C++, suitable for commercial and non-commercial applications. It provides a foundation for development of management frameworks that overcome cross-platform barriers and empower true interoperability. Developers can use OpenWBEM as a management agent and WBEM framework to provide applications for configuration and change management, system health monitoring, and enterprise-wide management functionality.
14 lines
385 B
Text
14 lines
385 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2007/10/29 15:05:21 agc Exp $
|
|
|
|
--- src/common/socket/OW_NwIface.cpp 2006/02/21 21:29:16 1.1
|
|
+++ src/common/socket/OW_NwIface.cpp 2006/02/21 21:30:21
|
|
@@ -73,6 +73,9 @@
|
|
#elif defined (OW_DARWIN)
|
|
#include <net/if.h>
|
|
#include <sys/ioctl.h>
|
|
+#elif defined (__NetBSD__)
|
|
+ #include <net/if.h>
|
|
+ #include <sys/ioctl.h>
|
|
#else
|
|
|
|
#ifdef OW_HAVE_STROPTS_H
|