make-bootstrap: Adjust copied linux headers.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 5 Nov 2019 12:55:05 +0000 (14:55 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Fri, 15 Nov 2019 11:00:23 +0000 (13:00 +0200)
* guix/build/make-bootstrap.scm (copy-linux-headers): Remove header
file 'a.out.h' is no longer part of the linux kernel headers.

guix/build/make-bootstrap.scm

index e5ef1d6..0d29338 100644 (file)
@@ -47,7 +47,6 @@ bootstrap libc."
                 (install-file (pk 'src (string-append kernel-headers "/include/linux/" file))
                               (pk 'dest (string-append incdir "/linux"))))
               '(
-                "a.out.h"               ; for 2.2.5
                 "atalk.h"               ; for 2.2.5
                 "errno.h"
                 "falloc.h"