diff options
Diffstat (limited to 'winsup/cygserver')
-rw-r--r-- | winsup/cygserver/process.cc | 2 | ||||
-rw-r--r-- | winsup/cygserver/shm.cc | 15 |
2 files changed, 8 insertions, 9 deletions
diff --git a/winsup/cygserver/process.cc b/winsup/cygserver/process.cc index 4d0de2067..dd13f37fb 100644 --- a/winsup/cygserver/process.cc +++ b/winsup/cygserver/process.cc @@ -137,7 +137,7 @@ process_cache::remove_process (class process *theprocess) /* Process any cleanup tasks */ add_task (theprocess); } - + /* copy <= max_copy HANDLEs to dest[], starting at an offset into _our list_ of * begin_at. (Ie begin_at = 5, the first copied handle is still written to dest[0] * NOTE: Thread safe, but not thread guaranteed - a newly added process may be missed. diff --git a/winsup/cygserver/shm.cc b/winsup/cygserver/shm.cc index 0bc351eb2..1116bc809 100644 --- a/winsup/cygserver/shm.cc +++ b/winsup/cygserver/shm.cc @@ -1,15 +1,14 @@ /* cygserver_shm.cc: Single unix specification IPC interface for Cygwin - Copyright 2001, 2002 Red Hat, Inc. +Copyright 2001, 2002 Red Hat, Inc. - Originally written by Robert Collins <robert.collins@hotmail.com> +Originally written by Robert Collins <robert.collins@hotmail.com> - This file is part of Cygwin. - - This software is a copyrighted work licensed under the terms of the - Cygwin license. Please consult the file "CYGWIN_LICENSE" for - details. */ +This file is part of Cygwin. +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ #ifdef __OUTSIDE_CYGWIN__ #undef __INSIDE_CYGWIN__ @@ -363,7 +362,7 @@ client_request_shm::serve (transport_layer_base * conn, process_cache * cache) { delete_shmnode (&temp2); } - + header.error_code = 0; CloseHandle (token_handle); return; |