Am 08.12.2013 18:21, schrieb John Cowan:
.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.
Really? Color me surprised. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
