.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 <[email protected]> http://www.ccil.org/~cowan Raffiniert ist der Herrgott, aber boshaft ist er nicht. --Albert Einstein _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
