summaryrefslogtreecommitdiff
path: root/hurd/porting/guidelines.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-04 13:54:34 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-04 13:54:34 +0200
commit788474e9ad8f8d07f02e829739801b7a522835ba (patch)
tree14192080edd2111be6b942e85103a5347d157122 /hurd/porting/guidelines.mdwn
parent2b5802406026fab8b3ae14a07df5f2829149b472 (diff)
fix url
Diffstat (limited to 'hurd/porting/guidelines.mdwn')
-rw-r--r--hurd/porting/guidelines.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn
index 6325af6d..ade921b0 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/ or http://lists.mindrot.org/pipermail/openssh-unix-dev/2002-April/012248.html) 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://walfield.org/pub/people/neal/xgethostname/) which returns the hostname as a dynamic buffer. For example:
Buggy code: