Re: BSD vs SYSV: setgroups()

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Warner Losh
Ημερομηνία:  
Προς: Philip Hazel
Υ/ο: exim-users
Αντικείμενο: Re: BSD vs SYSV: setgroups()
In message <Pine.SOL.3.96.970417094524.18107G-100000@???> Philip Hazel writes:
: The OS I don't know about are AIX, HI-OSF, OpenBSD, OSF1, Ultrix, and
: Unixware. However, I think there is enough evidence to assume that all
: is now well, so I will release 1.62 shortly.

OpenBSD-current as of a few days ago:

# uname -a
OpenBSD local-service.village.org 2.0 IMP2#19 arc
# ./test
count = 2
200 0
setgroups(0,NULL) succeeded
count = 0

gid = 8
count = 0

Wraner