CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/09/15 00:15:48
Modified files:
lib/libc/asr : asr.c getaddrinfo_async.c gethostnamadr_async.c
getnetnamadr_async.c
lib/libc/gen : fstab.c getcap.c getgrent.c getgrouplist.c
getttyent.c getusershell.c
lib/libc/locale: setrunelocale.c
lib/libc/net : ethers.c getnetent.c getprotoent.c getservent.c
ruserok.c
lib/libc/rpc : getrpcent.c
Log message:
When fopen()ing internal to libc (the API doesn't support the use
of the resulting FILE *), then pass fopen() the 'e' mode letter to
mark it close-on-exec.
ok miod@