SOURCES: silo-llh.patch (NEW) - workaround for llh's <asm/page.h> ...

qboosh qboosh at pld-linux.org
Fri Dec 9 10:26:53 CET 2005


Author: qboosh                       Date: Fri Dec  9 09:26:52 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workaround for llh's <asm/page.h> including <unistd.h>

---- Files affected:
SOURCES:
   silo-llh.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/silo-llh.patch
diff -u /dev/null SOURCES/silo-llh.patch:1.1
--- /dev/null	Fri Dec  9 10:26:52 2005
+++ SOURCES/silo-llh.patch	Fri Dec  9 10:26:47 2005
@@ -0,0 +1,11 @@
+--- silo-1.4.9/second/main.c.orig	2004-06-21 03:58:48.000000000 +0200
++++ silo-1.4.9/second/main.c	2005-12-09 09:13:41.000000000 +0100
+@@ -24,6 +24,8 @@
+ 
+ /* TODO: This file is a good candidate for rewrite from scratch.  */
+ 
++/* avoid catching <unistd.h> through llh */
++#define _UNISTD_H 1
+ #include <silo.h>
+ #include <asm/page.h>
+ #include <linux/elf.h>
================================================================



More information about the pld-cvs-commit mailing list