Fixed the EnvP array passed to Proc_StartUser not being NULL terminated
[tpg/acess2.git] / Kernel / arch / x86 / include / proc.h
index 0a1d754..5e3fadd 100644 (file)
@@ -7,9 +7,6 @@
 
 #include <threads.h>
 
-// === CONSTANTS ===
-#define GETMSG_IGNORE  ((void*)-1)
-
 // === TYPES ===
 #if USE_MP
 typedef struct sCPU
@@ -37,7 +34,7 @@ typedef struct sTSS {
 } __attribute__((packed)) tTSS;
 
 // === FUNCTIONS ===
-extern void    Proc_Start();
+extern void    Proc_Start(void);
 extern int     Proc_Clone(Uint *Err, Uint Flags);
 
 #endif

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