Index: ossp-pkg/as/as-gui/as_uuid.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_uuid.cpp,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_uuid.cpp,v' 2>/dev/null --- as_uuid.cpp 2002/12/03 11:54:03 1.2 +++ as_uuid.cpp 2003/01/16 11:51:19 1.3 @@ -109,6 +109,7 @@ */ static int get_node_id(unsigned char *node_id) { +#if 0 // FIXME: Fix this broken code some other day #ifdef HAVE_NET_IF_H int sd; struct ifreq ifr, *ifrp; @@ -161,6 +162,7 @@ close(sd); #endif return 0; +#endif // FIXME: Fix this broken code some other day } /* Assume that the gettimeofday() has microsecond granularity */ Index: ossp-pkg/as/as-gui/configure.in RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/configure.in,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/configure.in,v' 2>/dev/null --- configure.in 2003/01/16 08:37:40 1.14 +++ configure.in 2003/01/16 11:51:19 1.15 @@ -54,7 +54,7 @@ dnl Checks header requirements AC_HEADER_STDC AC_HEADER_TIME -AC_CHECK_HEADERS(net/if.h netinet/in.h) +AC_CHECK_HEADERS(sys/sockio.h net/if.h netinet/in.h) dnl Portable thread conf from acx_pthread.m4 autoconf macro ACX_PTHREAD