* child_info.h: Bump magic number for fork/exec/spawn.
This commit is contained in:
parent
abb88b6f53
commit
d0909d913a
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 11 16:00:58 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* child_info.h: Bump magic number for fork/exec/spawn.
|
||||||
|
|
||||||
Sat Mar 10 20:54:47 2001 Christopher Faylor <cgf@cygnus.com>
|
Sat Mar 10 20:54:47 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* autoload.cc (noload): Use proper method for multiline strings or
|
* autoload.cc (noload): Use proper method for multiline strings or
|
||||||
|
@ -12,7 +12,7 @@ details. */
|
|||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
PROC_MAGIC = 0xaf0cf000,
|
PROC_MAGIC = 0xaf0df000,
|
||||||
PROC_FORK = PROC_MAGIC + 1,
|
PROC_FORK = PROC_MAGIC + 1,
|
||||||
PROC_EXEC = PROC_MAGIC + 2,
|
PROC_EXEC = PROC_MAGIC + 2,
|
||||||
PROC_SPAWN = PROC_MAGIC + 3,
|
PROC_SPAWN = PROC_MAGIC + 3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user