Do not try to include sys/mount.h anymore

This commit is contained in:
Michael Meissner 1998-06-26 18:22:48 +00:00
parent 3be26805cc
commit 16a88df71e
2 changed files with 21 additions and 1 deletions

View file

@ -1,3 +1,23 @@
1998-06-26 Michael Meissner <meissner@cygnus.com>
* configure.in (AC_CHECK_HEADERS): Don't check for sys/mount.h.
* configure: Regenerate.
* emul_{netbsd,unix}.c (toplevel): No longer try to include
sys/mount.h. It conflicts on Linux when gnu libc2 is used.
Tue May 12 12:10:33 PDT 1998 James Ingham <jingham@leda.cygnus.com>
* Makefile.in: The run target depended on a target psim$(EXEEXT),
but there was no such target, only plain psim. So I changed the
run target to depend on psim.
Sat May 2 01:10:12 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
* aclocal.m4: Remove defs of AM_EXEEXT and AM_CYGWIN32. These are
now defined in ../common/aclocal.m4, and the double definition causes
problems with AC_SUBST of EXEEXT.
* configure: Regenerate.
Wed Apr 29 15:44:52 1998 Geoffrey Noer <noer@cygnus.com>
* aclocal.m4: new file for AM_EXEEXT macro

View file

@ -577,7 +577,7 @@ AC_TYPE_UID_T
AC_CHECK_FUNCS(access cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink)
AC_CHECK_HEADERS(fcntl.h stdlib.h string.h strings.h sys/ioctl.h sys/mount.h sys/param.h sys/resource.h sys/stat.h sys/termio.h sys/termios.h sys/time.h sys/times.h sys/types.h time.h unistd.h)
AC_CHECK_HEADERS(fcntl.h stdlib.h string.h strings.h sys/ioctl.h sys/param.h sys/resource.h sys/stat.h sys/termio.h sys/termios.h sys/time.h sys/times.h sys/types.h time.h unistd.h)
AC_HEADER_DIRENT
dnl Figure out what type of termio/termios support there is