[exim-cvs] cvs commit: exim/exim-src/OS os.h-HP-UX

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Philip Hazel
Data:  
Para: exim-cvs
Assunto: [exim-cvs] cvs commit: exim/exim-src/OS os.h-HP-UX
ph10 2005/05/03 15:22:12 BST

  Modified files:
    exim-src/OS          os.h-HP-UX 
  Log:
  Looks like HP-UX needs these settings to avoid compiler warnings:
  #define ICONV_ARG2_TYPE char **
  #define EXIM_SOCKLEN_T size_t


  Revision  Changes    Path
  1.2       +3 -0      exim/exim-src/OS/os.h-HP-UX


  Index: os.h-HP-UX
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/os.h-HP-UX,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- os.h-HP-UX    6 Oct 2004 15:07:39 -0000    1.1
  +++ os.h-HP-UX    3 May 2005 14:22:12 -0000    1.2
  @@ -1,6 +1,9 @@
  -/* $Cambridge: exim/exim-src/OS/os.h-HP-UX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/OS/os.h-HP-UX,v 1.2 2005/05/03 14:22:12 ph10 Exp $ */


/* Exim: OS-specific C header file for HP-UX versions greater than 9 */
+
+#define ICONV_ARG2_TYPE char **
+#define EXIM_SOCKLEN_T size_t

#define LOAD_AVG_NEEDS_ROOT
#define HAVE_DEV_KMEM