Work on WM's sizing code, not quite complete yet
[tpg/acess2.git] / Kernel / binary.c
index b02ca6e..77309f3 100644 (file)
@@ -24,7 +24,6 @@ typedef struct sKernelBin {
 \r
 // === IMPORTS ===\r
 extern int     Proc_Clone(Uint *Err, Uint Flags);\r
-extern void    Threads_SetName(char *Name);\r
 extern char    *Threads_GetName(int ID);\r
 extern void    Threads_Exit(int, int);\r
 extern Uint    MM_ClearUser();\r
@@ -190,7 +189,7 @@ Uint Binary_Load(char *file, Uint *entryPoint)
        sTruePath = VFS_GetTruePath(file);\r
        \r
        if(sTruePath == NULL) {\r
-               Warning("[BIN ] '%s' does not exist.", file);\r
+               Warning("[BIN  ] '%s' does not exist.", file);\r
                LEAVE('x', 0);\r
                return 0;\r
        }\r

UCC git Repository :: git.ucc.asn.au