mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
Add NetBSD to the list of platforms where credentials-passing a pid should work
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69702 Reviewed-by: Patrick Welche <prlw1@cam.ac.uk> Reviewed-by: Alban Crequy <alban.crequy@collabora.co.uk> Tested-by: Patrick Welche <prlw1@cam.ac.uk>
This commit is contained in:
parent
57e67fc551
commit
ff068fea60
1 changed files with 2 additions and 1 deletions
|
|
@ -52,6 +52,7 @@
|
|||
*/
|
||||
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \
|
||||
defined(__linux__) || \
|
||||
defined(__NetBSD__) || \
|
||||
defined(__OpenBSD__)
|
||||
# define UNIX_USER_SHOULD_WORK
|
||||
# define PID_SHOULD_WORK
|
||||
|
|
@ -63,7 +64,7 @@
|
|||
* These platforms should also #error in _dbus_read_credentials_socket()
|
||||
* if we didn't detect their flavour of credentials-passing.
|
||||
*/
|
||||
#if defined(__NetBSD__)
|
||||
#if 0 /* defined(__your_platform_here__) */
|
||||
# define UNIX_USER_SHOULD_WORK
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue