.alyn.post. scripsit:

> I'm trying to read /etc/passwd using getpwent(3) and store each
> record returned in a scheme list.  

The very first thing I would try is switching to getpwent_r(), because
the fact that getpwent() uses a static buffer internally may well be
confusing Chicken.  

-- 
John Cowan  <co...@ccil.org>  http://www.ccil.org/~cowan
        Raffiniert ist der Herrgott, aber boshaft ist er nicht.
                --Albert Einstein

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to