mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gcredentials: add Hurd support
It uses the same system as FreeBSD. https://bugzilla.gnome.org/show_bug.cgi?id=708265
This commit is contained in:
@@ -59,8 +59,9 @@
|
||||
* man page for details. This corresponds to
|
||||
* %G_CREDENTIALS_TYPE_LINUX_UCRED.
|
||||
*
|
||||
* On FreeBSD, the native credential type is a <type>struct cmsgcred</type>.
|
||||
* This corresponds to %G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED.
|
||||
* On FreeBSD, Debian GNU/kFreeBSD, and GNU/Hurd, the native
|
||||
* credential type is a <type>struct cmsgcred</type>. This corresponds
|
||||
* to %G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED.
|
||||
*
|
||||
* On OpenBSD, the native credential type is a <type>struct sockpeercred</type>.
|
||||
* This corresponds to %G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED.
|
||||
|
Reference in New Issue
Block a user