diff --git a/Applications/util/cu.c b/Applications/util/cu.c index eb0db962f7..8f9becd46f 100644 --- a/Applications/util/cu.c +++ b/Applications/util/cu.c @@ -226,7 +226,7 @@ int main(int argc, char *argv[]) uint_fast8_t is_esc = 0; uint_fast8_t is_nl = 1; uint_fast8_t w; - atexit(restore); + atexit((void *)&restore); if (escchar <= 0x1A) { escStr[0] = '^'; diff --git a/Applications/util/fuzix-util.pkg b/Applications/util/fuzix-util.pkg index 260fb0c289..d65e4ef4e6 100644 --- a/Applications/util/fuzix-util.pkg +++ b/Applications/util/fuzix-util.pkg @@ -73,6 +73,9 @@ f 0755 /bin/cut cut f 0755 /bin/decomp16 decomp16 f 0755 /bin/dirname dirname f 0755 /bin/dosread dosread +l /bin/dosread /bin/dosdir +l /bin/dosread /bin/doswrite +l /bin/dosread /bin/dosdel f 0755 /bin/env env f 0755 /bin/factor factor f 0755 /bin/false false