mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
* net_db.c: declare inet_aton only if MISSING_INET_ATON_DECL is
defined. thanks to Han-Wen Nienhuys.
This commit is contained in:
parent
7e56f76644
commit
ed0e0e3097
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2000-10-01 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
|
* net_db.c: declare inet_aton only if MISSING_INET_ATON_DECL is
|
||||||
|
defined. thanks to Han-Wen Nienhuys.
|
||||||
|
|
||||||
2000-09-30 Gary Houston <ghouston@arglist.com>
|
2000-09-30 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't use
|
* filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't use
|
||||||
|
|
|
@ -80,7 +80,9 @@ extern int h_errno;
|
||||||
int close ();
|
int close ();
|
||||||
#endif /* STDC_HEADERS */
|
#endif /* STDC_HEADERS */
|
||||||
|
|
||||||
|
#ifdef MISSING_INET_ATON_DECL
|
||||||
extern int inet_aton ();
|
extern int inet_aton ();
|
||||||
|
#endif
|
||||||
|
|
||||||
SCM_DEFINE (scm_inet_aton, "inet-aton", 1, 0, 0,
|
SCM_DEFINE (scm_inet_aton, "inet-aton", 1, 0, 0,
|
||||||
(SCM address),
|
(SCM address),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue