Sweden-Number/server
Ismael Luceno 4517c49ade server: Fix missing include for uid_t.
Explicitly include <sys/types.h> to make uid_t available to users of
server/security.h.

This is a problem on musl, and possibly other non-glibc systems.

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c35df50c30)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2022-03-30 23:43:53 +02:00
..
Makefile.in server: Use l_intl.nls for case mappings. 2020-11-27 18:28:35 +01:00
async.c ws2_32: Use server-side async I/O in accept(). 2020-10-20 22:54:02 +02:00
atom.c server: Rename make_object_static() to make_object_permanent(). 2020-09-23 15:26:10 +02:00
change.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
class.c server: Ignore low word of a class instance when looking up for a window class. 2020-02-27 23:34:51 +01:00
clipboard.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
completion.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
console.c server: Fix handling of STATUS_ALERTED in get_next_console_request. 2020-12-02 20:51:51 +01:00
debugger.c server: Accept DBG_EXCEPTION_HANDLED parameter in continue_debug_event. 2021-01-06 20:18:50 +01:00
device.c server: Pass all creation arguments to the device creation functions. 2020-09-23 11:35:16 +02:00
directory.c server: Release the l_intl fd once the mapping is created. 2020-11-28 16:24:49 +01:00
event.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
fd.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
file.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00
file.h server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
handle.c server: Handle duplicate handles when inheriting them for the new process. 2020-10-19 14:56:29 +02:00
handle.h server: Inherit standard handles together with explicit handle list. 2020-09-29 21:04:13 +02:00
hook.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
mach.c server: Don't change cached thread context in set_thread_context. 2020-04-22 16:47:41 +02:00
mailslot.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00
main.c server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
mapping.c server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
mutex.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
named_pipe.c server: Allow client pipe creation with server pipe as root directory. 2020-11-26 23:25:38 +01:00
object.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00
object.h server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
process.c server: Remove no longer needed free_console. 2020-11-30 22:18:20 +01:00
process.h server: Remove no longer needed free_console. 2020-11-30 22:18:20 +01:00
procfs.c server: Add a platform-specific entry point to initialize registers of a new thread. 2017-07-27 17:04:04 +02:00
protocol.def server: Remove no longer needed get_console_wait_event request. 2020-11-10 17:19:44 +01:00
ptrace.c server: Don't change cached thread context in set_thread_context. 2020-04-22 16:47:41 +02:00
queue.c user32: Implement GetMouseMovePointsEx(). 2020-10-13 22:37:16 +02:00
region.c server: Map region to the window DPI in redraw_region(). 2018-08-24 20:12:05 +02:00
registry.c server: Return STATUS_KEY_DELETED when trying to retrieve the full name of a deleted key. 2021-11-24 00:23:43 +01:00
request.c server: Allow named pipes creation with device file as root directory. 2020-11-26 23:25:38 +01:00
request.h server: Remove no longer needed get_console_wait_event request. 2020-11-10 17:19:44 +01:00
security.h server: Fix missing include for uid_t. 2022-03-30 23:43:53 +02:00
semaphore.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
serial.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
signal.c server: Rename make_object_static() to make_object_permanent(). 2020-09-23 15:26:10 +02:00
sock.c server: Pass the correct size to sockaddr_from_unix() (Valgrind). 2021-01-02 14:37:23 +01:00
symlink.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00
thread.c server: Set error to STATUS_UNSUCCESSFUL when the server fails to queue APC for a thread. 2021-05-18 00:24:26 +02:00
thread.h server: Remove no longer used snapshot requests. 2020-07-07 19:24:27 +02:00
timer.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
token.c server: The owner of a securable object should have all the standard access rights. 2021-10-27 21:40:02 +02:00
trace.c server: Remove no longer needed get_console_wait_event request. 2020-11-10 17:19:44 +01:00
unicode.c server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
unicode.h server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
user.c server: Free client-side user handles at process exit. 2009-10-15 17:56:04 +02:00
user.h server: Support creating processes with specified parent. 2019-12-13 13:13:36 +01:00
window.c server: Store length of window text instead of null-terminating it. 2020-03-23 11:40:04 +01:00
wineserver.de.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.fr.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
winstation.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00