1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

bit more comment on sethostname

This commit is contained in:
Kevin Ryde 2006-07-24 23:40:31 +00:00
parent 42522438e9
commit 658b7fa124

View file

@ -156,7 +156,8 @@ extern char ** environ;
#define F_OK 0
#endif
/* No prototype for this on Solaris 10. */
/* No prototype for this on Solaris 10. The man page says it's in
<unistd.h> ... but it lies. */
#if ! HAVE_DECL_SETHOSTNAME
int sethostname (char *name, size_t namelen);
#endif