nss-pam-ldapd commit: r1259 - nss-pam-ldapd-solaris
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1259 - nss-pam-ldapd-solaris
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1259 - nss-pam-ldapd-solaris
- Date: Mon, 11 Oct 2010 21:33:39 +0200 (CEST)
Author: arthur
Date: Mon Oct 11 21:33:37 2010
New Revision: 1259
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1259
Log:
make all ethernet tests use the same includes
Modified:
nss-pam-ldapd-solaris/configure.ac
Modified: nss-pam-ldapd-solaris/configure.ac
==============================================================================
--- nss-pam-ldapd-solaris/configure.ac Sun Oct 10 22:21:39 2010 (r1258)
+++ nss-pam-ldapd-solaris/configure.ac Mon Oct 11 21:33:37 2010 (r1259)
@@ -300,6 +300,7 @@
# check for support for the struct ether_addr structure
AC_CHECK_TYPES(struct ether_addr,,,[
+ #include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
@@ -534,6 +535,7 @@
# check requirements for our replacement functions
AC_CHECK_FUNCS(ether_ntoa ether_aton)
AC_CHECK_DECLS([ether_ntoa,ether_aton],,,[
+ #include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1259 - nss-pam-ldapd-solaris,
Commits of the nss-pam-ldapd project