X-Git-Url: https://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/7375d27e3d0ff85d8836e30742725b1e8e923ddc:/OS/os.c-BSDI..50afd7598c8781f66e103d8421d69aed0d69f884:/OS/unsupported/os.c-BSDI diff --git a/OS/os.c-BSDI b/OS/unsupported/os.c-BSDI similarity index 86% rename from OS/os.c-BSDI rename to OS/unsupported/os.c-BSDI index 3cef2ac..03a7a1c 100644 --- a/OS/os.c-BSDI +++ b/OS/unsupported/os.c-BSDI @@ -12,8 +12,8 @@ src/os.c file. */ #define OS_UNSETENV int -os_unsetenv(const unsigned char * name) +os_unsetenv(const uschar * name) { -unsetenv((char *)name); +unsetenv(CS name); return 0; }