* configure.in: include <sys/types.h> before <linux/socket.h> to
get the definition of size_t on Debian-3.1r0a.
A.sparc64-unknown-linux-gentoo1.4.16
A.i386-pc-linux-fc4
A.i386-pc-linux-suse9.3
+A.i386-pc-linuxoldld-deb3.1
+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
- 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)
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 ***)
* 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__ */