>>>>> "Damien" == Damien Kick <[EMAIL PROTECTED]> writes:
Damien> I tried sending the following via e-mail but it didn't seem to make
it.
Damien> Apologies for any duplicates.
Damien> I'm confused by the following:
PG-USER> (unix-getgrgid 100)
Damien> NIL
Does the PG-USER package use the UNIX package?
Here's what I get using 19a on a Solaris 5.8 system:
* (unix:unix-getgrgid 100)
#S(UNIX:GROUP-INFO :NAME "ipl" :PASSWORD "*" :GID 100 :MEMBERS ("ipl"))
Ray
