mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* socket.c: Don't include a prototype for inet_aton; just use a
K&R style declaration, to avoid warnings but minimize the chance of conflicts with the system.
This commit is contained in:
parent
bab0f4e553
commit
5bc433f5fd
1 changed files with 0 additions and 4 deletions
|
@ -66,11 +66,7 @@
|
||||||
int close P ((int fd));
|
int close P ((int fd));
|
||||||
#endif /* STDC_HEADERS */
|
#endif /* STDC_HEADERS */
|
||||||
|
|
||||||
#ifdef __STDC__
|
|
||||||
extern int inet_aton (const char *, struct in_addr *);
|
|
||||||
#else
|
|
||||||
extern int inet_aton ();
|
extern int inet_aton ();
|
||||||
#endif
|
|
||||||
|
|
||||||
SCM_PROC (s_sys_inet_aton, "inet-aton", 1, 0, 0, scm_sys_inet_aton);
|
SCM_PROC (s_sys_inet_aton, "inet-aton", 1, 0, 0, scm_sys_inet_aton);
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue