From 7fb3bb92b98383ba901de0d7b6ced1a69eae6379 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 1 Aug 2005 21:45:17 +0000 Subject: [PATCH] * minor new port: i386-pc-linuxoldld-deb3.1. * configure.in: include before to get the definition of size_t on Debian-3.1r0a. --- .cvsignore | 1 + ChangeLog | 7 +++++++ NEWS | 1 + configure.in | 5 ++++- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 52d1ddf..5686e65 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/ChangeLog b/ChangeLog index 2e893e7..8f2a3fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-01 Erez Zadok + + * minor new port: i386-pc-linuxoldld-deb3.1. + + * configure.in: include before to + get the definition of size_t on Debian-3.1r0a. + 2005-07-29 Erez Zadok * amd/srvr_nfs.c (find_nfs_srvr): don't blindly copy the hostent diff --git a/NEWS b/NEWS index 50c523b..ed2f0b0 100644 --- 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) diff --git a/configure.in b/configure.in index e8fcb8c..c8a485d 100644 --- a/configure.in +++ b/configure.in @@ -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 so u32 is available for * . */ +#ifdef HAVE_SYS_TYPES_H +# include +#endif /* HAVE_SYS_TYPES_H */ # ifndef __KERNEL__ # define __KERNEL__ # endif /* __KERNEL__ */ -- 2.43.0