* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting in

"normal" Microsoft programs.
* child_info.h: Bump fork magic number.
* include/sys/mount.h: Add an entry for mixed mode.
This commit is contained in:
Christopher Faylor
2000-11-20 19:35:45 +00:00
parent 975aa48243
commit 099efae038
4 changed files with 22 additions and 9 deletions

View File

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