X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SCO_SV;h=0ca29f74a7458e7668f9e995d5d3ddf3fb9f3c91;hb=4d8393c0433106c18f19b43287fee86d189378a5;hp=7d8e2a8e2cfa03dbae0462266332aa9eb24c153c;hpb=36a3b0416e0bed61d78e44f119cdafb1fde941ba;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-SCO_SV b/src/OS/os.h-SCO_SV index 7d8e2a8e2..0ca29f74a 100644 --- a/src/OS/os.h-SCO_SV +++ b/src/OS/os.h-SCO_SV @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-SCO_SV,v 1.2 2005/03/15 14:09:12 ph10 Exp $ */ - /* Exim: OS-specific C header file for SCO_SV */ #define LOAD_AVG_NEEDS_ROOT @@ -15,4 +13,7 @@ #define _SVID3 #define NEED_H_ERRNO +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */