diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 824adbe9a..39a901a8d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> + + 2008-10-09 + + + [randy] - Added a command to the Inetutils instructions to + correct an issue with GCC-&gcc-version;. + + + + 2008-10-07 diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 814c8eb0f..e1e87b1c9 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -47,6 +47,12 @@ patch -Np1 -i ../&inetutils-man_pages-patch; + Inetutils has a minor issue with GCC-&gcc-version;. Fix it by + issuing the following command: + +sed -i 's@<sys/types.h>@<sys/types.h>\n#include <stdlib.h>@' \ + libicmp/icmp_timestamp.c + Prepare Inetutils for compilation: ./configure --prefix=/usr --libexecdir=/usr/sbin \ diff --git a/packages.ent b/packages.ent index ac50798e1..94210f6f1 100644 --- a/packages.ent +++ b/packages.ent @@ -266,8 +266,8 @@ - - + +