[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim…

Góra strony
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/OS os.h-Linux
ph10 2004/11/12 11:39:34 GMT

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/OS          os.h-Linux 
  Log:
  Added HAVE_SYS_STATVFS_H to the os.h file for Linux, as it has had this
  support for a long time. Removed HAVE_SYS_VFS_H.


  Revision  Changes    Path
  1.25      +3 -0      exim/exim-doc/doc-txt/ChangeLog
  1.2       +1 -1      exim/exim-src/OS/os.h-Linux


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ChangeLog    12 Nov 2004 11:28:15 -0000    1.24
  +++ ChangeLog    12 Nov 2004 11:39:34 -0000    1.25
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.24 2004/11/12 11:28:15 ph10 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.25 2004/11/12 11:39:34 ph10 Exp $


   Change log file for Exim from version 4.21
   -------------------------------------------
  @@ -98,6 +98,9 @@
       for the mailbox size or file count. Odd effects could occur as a result.
       The maildirsize information is now recalculated if the size or filecount
       end up negative.
  +
  +27. Added HAVE_SYS_STATVFS_H to the os.h file for Linux, as it has had this
  +    support for a long time. Removed HAVE_SYS_VFS_H.



Exim version 4.43

  Index: os.h-Linux
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/os.h-Linux,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- os.h-Linux    6 Oct 2004 15:07:39 -0000    1.1
  +++ os.h-Linux    12 Nov 2004 11:39:34 -0000    1.2
  @@ -1,11 +1,11 @@
  -/* $Cambridge: exim/exim-src/OS/os.h-Linux,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/OS/os.h-Linux,v 1.2 2004/11/12 11:39:34 ph10 Exp $ */


/* Exim: OS-specific C header file for Linux */

#define CRYPT_H
#define GLIBC_IP_OPTIONS
#define HAVE_MMAP
-#define HAVE_SYS_VFS_H
+#define HAVE_SYS_STATVFS_H
#define NO_IP_VAR_H
#define SIOCGIFCONF_GIVES_ADDR
#define SIG_IGN_WORKS