ensure large file support in solaris 10
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 18 Mar 2005 15:24:25 +0000 (15:24 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 18 Mar 2005 15:24:25 +0000 (15:24 +0000)
ChangeLog
m4/macros/os_cflags.m4

index fc3531d15d987689f87529db3b8fba7db2138b70..6a6fef52b66efef85b79650894ca73cbced92c12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,24 @@
+2005-03-18  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * m4/macros/os_cflags.m4: ensure that we turn on large-file
+       support for Solaris 10 (from Rainer Orth).
+
 2005-03-17  Daniel P. Ottavio  <dottavio@ic.sunysb.edu>
 
        * amd/map.c (umount_exported): Backport of bug fix from 6.1 :
-       when unmounting file systems on exit (when amd.conf global 
-       unmount_on_exit=yes), use unmount_mp() instead of unmount_node() 
-       because the latter always unmounts in the foreground, whereas 
-       the former unmounts in the bg/fg as needed.  Unmounting always 
-       in the foreground has two problems: (1) if the unmount hangs, amd 
-       hangs, and (2) for type:=program, the unmount script is 
-       execve'd(!) thus replacing the main amd process, which never gets 
+       when unmounting file systems on exit (when amd.conf global
+       unmount_on_exit=yes), use unmount_mp() instead of unmount_node()
+       because the latter always unmounts in the foreground, whereas
+       the former unmounts in the bg/fg as needed.  Unmounting always
+       in the foreground has two problems: (1) if the unmount hangs, amd
+       hangs, and (2) for type:=program, the unmount script is
+       execve'd(!) thus replacing the main amd process, which never gets
        to finish up, leaving the amd mount points hung.
 
-       * amd/amd.h : Added 'typedef voidp opaque_t' and 
+       * amd/amd.h : Added 'typedef voidp opaque_t' and
        'extern int unmount_mp(am_node *mp)' to support the above
        bug fix.
-       
+
 2005-03-14  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * amd/info_ldap.c (and others): backport of LDAP support from 6.1
index fcd2af3a0f355fab0eeb86b0c79ec199b88d77b7..d1bcdb783cc56e5ece45dde4236df0f7898da65c 100644 (file)
@@ -58,9 +58,9 @@ case "${host_os}" in
                                ;;
                esac
                ;;
-       sunos[[34]]* | solaris1* | solaris2.[[0-5]]* | sunos5.[[0-5]]* )
+       sunos[[34]]* | solaris1* | solaris2.[[0-5]] | sunos5.[[0-5]] | solaris2.5.* | sunos5.5.* )
                ac_cv_os_cflags="" ;;
-       solaris* | sunos* )
+       solaris2* | sunos5* )
                # turn on 64-bit file offset interface
                case "${CC}" in
                        * )