diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-12-22 21:27:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-12-22 21:27:09 +0100 |
commit | 4d46dcf6570d883a6903ab2bd122c516ba122936 (patch) | |
tree | 9366d200cbb177e79f7fd0894b90697aa880da18 /ipc | |
parent | 06cc7bf916cd562bf23b3929ca607f66a20850f0 (diff) | |
download | gnumach-4d46dcf6570d883a6903ab2bd122c516ba122936.tar.gz gnumach-4d46dcf6570d883a6903ab2bd122c516ba122936.tar.bz2 gnumach-4d46dcf6570d883a6903ab2bd122c516ba122936.zip |
Drop spurious changes
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mach_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_port.c b/ipc/mach_port.c index 3b00f387..db6e05dc 100644 --- a/ipc/mach_port.c +++ b/ipc/mach_port.c @@ -534,7 +534,7 @@ mach_port_allocate( * KERN_INVALID_NAME The name doesn't denote a right. */ -static volatile boolean_t mach_port_deallocate_debug = TRUE; +static volatile boolean_t mach_port_deallocate_debug = FALSE; kern_return_t mach_port_destroy( |