source:
patches/linux-libc-headers-2.6.12.0-sparc_conflicts-1.patch@
50a4c58
Last change on this file since 50a4c58 was 69cde8d, checked in by , 19 years ago | |
---|---|
|
|
File size: 926 bytes |
-
linux-libc-headers-2.6.12.0/include/asm-sparc/page.h
Submitted By: Jim Gifford (patches at jg555 dot com) Date: 2005-07-09 Initial Package Version: 2.6.12.0 Origin: Jbit and MDH Upstream Status: Sent Description: Remove unistd.h, conflicts with the silo builds
old new 8 8 #ifndef _SPARC_PAGE_H 9 9 #define _SPARC_PAGE_H 10 10 11 #include <unistd.h>12 13 11 #define PAGE_SIZE (getpagesize()) 14 12 static __inline__ int getpageshift() 15 13 { -
linux-libc-headers-2.6.12.0/include/asm-sparc64/page.h
old new 1 1 #ifndef _SPARC64_PAGE_H 2 2 #define _SPARC64_PAGE_H 3 3 4 #include <unistd.h>5 6 4 #define PAGE_SIZE (getpagesize()) 7 5 static __inline__ int getpageshift() 8 6 {
Note:
See TracBrowser
for help on using the repository browser.