* heap.h (inheap): Check for NULL.

This commit is contained in:
Christopher Faylor
2001-10-05 04:36:14 +00:00
parent 8d817b0f9e
commit f978840bee
5 changed files with 13 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ details. */
enum
{
PROC_MAGIC = 0xaf12f000,
PROC_MAGIC = 0xaf13f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,