* posix.c (scm_tmpnam): check that return value from tmpnam is not
authorGary Houston <ghouston@arglist.com>
Sun, 18 Mar 2001 20:29:58 +0000 (20:29 +0000)
committerGary Houston <ghouston@arglist.com>
Sun, 18 Mar 2001 20:29:58 +0000 (20:29 +0000)
commit6d163216bdf5f7067bdb53c1beaa78e1c48fb8f9
tree6adb5966fe2904ed8c182daf549682849a32b941
parent789ecc0581dbb8ac75abe56f5efaf26b4bcb568e
* posix.c (scm_tmpnam): check that return value from tmpnam is not
NULL.  rewrote the docstring.
(scm_mkstemp): new procedure implementing "mkstemp!".
* posix.h: declare scm_mkstemp.

* net_db.c: declare h_errno if configure didn't define HAVE_H_ERRNO.
normally it would be found in netdb.h.
NEWS
libguile/ChangeLog
libguile/posix.c
libguile/posix.h