From 7f599a387d524ae3d5c0991931d6f56020127c32 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 8 Feb 2017 04:56:26 +0000 Subject: Remove obsolete code git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 838e2ad94..635b67da8 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -196,13 +196,6 @@ File systems ---> configuration menus and create the kernel configuration from scratch. - - Fix an out of memory issue that affects recent kernels: - -sed -e '/sk_sndbuf/s/u32/int/' \ - -e '/sk_rcvbuf/s/u32/int/' \ - -i.bak net/core/sock.c - Compile the kernel image and modules: make -- cgit v1.2.3-54-g00ecf