* minor new port: i386-pc-linuxoldld-deb3.1.
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 1 Aug 2005 21:45:17 +0000 (21:45 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 1 Aug 2005 21:45:17 +0000 (21:45 +0000)
* configure.in: include <sys/types.h> before <linux/socket.h> to
get the definition of size_t on Debian-3.1r0a.

.cvsignore
ChangeLog
NEWS
configure.in

index 52d1ddf1ea10f74da2b0cceae0cca3e907d7197f..5686e65146788c0840dbc2affd406b11d06dc634 100644 (file)
@@ -156,3 +156,4 @@ A.mips-unknown-linux-gentoo1.4.16
 A.sparc64-unknown-linux-gentoo1.4.16
 A.i386-pc-linux-fc4
 A.i386-pc-linux-suse9.3
+A.i386-pc-linuxoldld-deb3.1
index 2e893e75f25d22b7b9315b2ef0a8f7069caab049..8f2a3fc51fbf3e94b0f5fc500578a6834898c747 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-01  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * minor new port: i386-pc-linuxoldld-deb3.1.
+
+       * configure.in: include <sys/types.h> before <linux/socket.h> to
+       get the definition of size_t on Debian-3.1r0a.
+
 2005-07-29  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * amd/srvr_nfs.c (find_nfs_srvr): don't blindly copy the hostent
diff --git a/NEWS b/NEWS
index 50c523b792a0029bb28d5d5f23588074ed96f91b..ed2f0b08573f0db1e0bd1017f43be368c5f7b1ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ the same file.
 - minor new ports:
        i386-pc-linux-fc4
        i386-pc-linux-suse9.3
+       i386-pc-linuxoldld-deb3.1
 
 - bugs fixed:
        * safer mtab handling for Linux (locks + handles /proc/mounts)
index e8fcb8c3eb4dd39a8d4a85bf96be176a99c4b65b..c8a485d8610a7d909f6c7477cc5a30f3caa04d33 100644 (file)
@@ -55,7 +55,7 @@ AH_BOTTOM([
 dnl
 dnl AC_CONFIG_AUX_DIR(m4)
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.104 $)
+AC_REVISION($Revision: 1.105 $)
 AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok])
 dnl find out system type
 AC_MSG_NOTICE(*** SYSTEM TYPES ***)
@@ -596,6 +596,9 @@ AC_CHECK_HEADERS([                  \
  * Needs to be defined before <asm/types.h> so u32 is available for
  * <linux/sunrpc/msg_prot.h>.
  */
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif /* HAVE_SYS_TYPES_H */
 # ifndef __KERNEL__
 #  define __KERNEL__
 # endif /* __KERNEL__ */