Check-in Number:
|
3919 | |
Date: |
2003-Jan-16 12:51:19 (local)
2003-Jan-16 11:51:19 (UTC) |
User: | ms |
Branch: | |
Comment: |
Small buildconf and UUID fixes to get build running again. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/as_uuid.cpp 1.2 -> 1.3
--- 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 */
|
|
ossp-pkg/as/as-gui/configure.in 1.14 -> 1.15
--- 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
|
|