diff options
author | GNU Hurd web pages engine <web-hurd@gnu.org> | 2011-04-12 07:04:38 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2011-04-12 07:04:38 +0000 |
commit | 8e06ee054c6e67c28987d03b8b2a942c6ebfbd0f (patch) | |
tree | 7bfcf9e4ea37a56f31b8b47f73bcd1bab8688b0c /hurd | |
parent | 870ec9c4bbc6567455901e3f51e1135545983d9c (diff) | |
parent | 24027f268fa0d84bfab98fb1b147204f73aa3106 (diff) |
Merge branch 'master' of 192.168.10.50:hurd-web
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/porting/guidelines.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn index 030a4d06..6325af6d 100644 --- a/hurd/porting/guidelines.mdwn +++ b/hurd/porting/guidelines.mdwn @@ -64,7 +64,7 @@ Same rationale as `PATH_MAX`. There is no limit on the number of iovec items. ## <a name="MAXHOSTNAMELEN_tt_"> `MAXHOSTNAMELEN` </a> -Same as `PATH_MAX`. When you find a `gethostname()` function, which acts on a static buffer, you can replace it with Neal's [xgethostname function](http://ftp.walfield.org/pub/people/neal/xgethostname/) which returns the hostname as a dynamic buffer. For example: +Same as `PATH_MAX`. When you find a `gethostname()` function, which acts on a static buffer, you can replace it with Neal's [xgethostname function](http://ftp.walfield.org/pub/people/neal/xgethostname/ or http://lists.mindrot.org/pipermail/openssh-unix-dev/2002-April/012248.html) which returns the hostname as a dynamic buffer. For example: Buggy code: |