Author: cactus                       Date: Thu Oct 13 21:51:24 2011 GMT
Module: packages                      Tag: Titanium
---- Log message:
- temp fix for sched.c build

---- Files affected:
packages/kernel-desktop:
   kernel-desktop.spec (1.204.2.162 -> 1.204.2.163) 

---- Diffs:

================================================================
Index: packages/kernel-desktop/kernel-desktop.spec
diff -u packages/kernel-desktop/kernel-desktop.spec:1.204.2.162 
packages/kernel-desktop/kernel-desktop.spec:1.204.2.163
--- packages/kernel-desktop/kernel-desktop.spec:1.204.2.162     Thu Oct 13 
22:30:56 2011
+++ packages/kernel-desktop/kernel-desktop.spec Thu Oct 13 23:51:19 2011
@@ -450,6 +450,9 @@
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{?alt_kernel:-%{alt_kernel}}#g' 
Makefile
 
+# temp. fix of sched.c
+sed -i 's#set_task_cpu(struct task_struct *p, unsigned int 
new_cpu)#set_task_cpu(struct task_struct *p, int new_cpu)#' kernel/sched.c
+
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | 
xargs -0 -r -l512 rm -f
 
@@ -974,6 +977,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204.2.163  2011/10/13 21:51:19  cactus
+- temp fix for sched.c build
+
 Revision 1.204.2.162  2011/10/13 20:30:56  cactus
 - fix EXTRAVERSION
 - unionfs up to 2.5.10
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop.spec?r1=1.204.2.162&r2=1.204.2.163&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to