source: patches/linux-libc-headers-2.6.12.0-sparc_conflicts-1.patch@ e7a7a6f

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e7a7a6f was 69cde8d, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: All patches needed for the book.

  • Property mode set to 100644
File size: 926 bytes
RevLine 
[69cde8d]1Submitted By: Jim Gifford (patches at jg555 dot com)
2Date: 2005-07-09
3Initial Package Version: 2.6.12.0
4Origin: Jbit and MDH
5Upstream Status: Sent
6Description: Remove unistd.h, conflicts with the silo builds
7
8--- linux-libc-headers-2.6.12.0/include/asm-sparc/page.h.orig 2005-07-14 09:04:05.000000000 +0000
9+++ linux-libc-headers-2.6.12.0/include/asm-sparc/page.h 2005-07-14 09:04:12.000000000 +0000
10@@ -8,8 +8,6 @@
11 #ifndef _SPARC_PAGE_H
12 #define _SPARC_PAGE_H
13
14-#include <unistd.h>
15-
16 #define PAGE_SIZE (getpagesize())
17 static __inline__ int getpageshift()
18 {
19--- linux-libc-headers-2.6.12.0/include/asm-sparc64/page.h.orig 2005-07-14 09:04:23.000000000 +0000
20+++ linux-libc-headers-2.6.12.0/include/asm-sparc64/page.h 2005-07-14 09:04:29.000000000 +0000
21@@ -1,8 +1,6 @@
22 #ifndef _SPARC64_PAGE_H
23 #define _SPARC64_PAGE_H
24
25-#include <unistd.h>
26-
27 #define PAGE_SIZE (getpagesize())
28 static __inline__ int getpageshift()
29 {
Note: See TracBrowser for help on using the repository browser.