X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.c;h=a60dc30f04edff799734f025441333c45efb98a4;hb=371577a214ce2659c271279ad48e4c42e1c0c93e;hp=4f7aa71137e2df343eace7452798592f7e8d08ae;hpb=0f234877047c56ca945fe54e9e77a9cc2c8141cb;p=sbcl.git diff --git a/src/runtime/darwin-os.c b/src/runtime/darwin-os.c index 4f7aa71..a60dc30 100644 --- a/src/runtime/darwin-os.c +++ b/src/runtime/darwin-os.c @@ -18,7 +18,6 @@ #include "globals.h" #include "runtime.h" #include -#include #include #include #include "bsd-os.h" @@ -28,7 +27,7 @@ char * os_get_runtime_executable_path() { char path[PATH_MAX + 1]; - size_t size = sizeof(path); + uint32_t size = sizeof(path); if (_NSGetExecutablePath(path, &size) == -1) return NULL;