summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2006-07-24 23:40:31 +0000
committerKevin Ryde <user42@zip.com.au>2006-07-24 23:40:31 +0000
commit658b7fa124c5e6121794af61700887f5ad4eed7f (patch)
tree102120a452b7b54b3771b3e750271524b343fb1b
parent42522438e9744fbd07a1db081273461465f3bb89 (diff)
downloadguile-658b7fa124c5e6121794af61700887f5ad4eed7f.tar.gz
bit more comment on sethostname
-rw-r--r--libguile/posix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/posix.c b/libguile/posix.c
index 4b598103b..b96a5a7f4 100644
--- a/libguile/posix.c
+++ b/libguile/posix.c
@@ -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