Author: jurij-guest
Date: Sat Feb  4 04:41:14 2006
New Revision: 5703

Modified:
   
dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc64-clock-settime.dpatch
Log:
Correct sparc64-clock-settime.dpatch to reference
only the compat_clock_* functions, not the 
compat_sys_clock_* ones, as the latter are not
present in 2.6.8.


Modified: 
dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc64-clock-settime.dpatch
==============================================================================
--- 
dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc64-clock-settime.dpatch
    (original)
+++ 
dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc64-clock-settime.dpatch
    Sat Feb  4 04:41:14 2006
@@ -17,7 +17,7 @@
        .word sys_sched_yield, sys32_sched_get_priority_max, 
sys32_sched_get_priority_min, sys32_sched_rr_get_interval, compat_sys_nanosleep
  /*250*/       .word sys32_mremap, sys32_sysctl, sys32_getsid, sys_fdatasync, 
sys32_nfsservctl
 -      .word sys_ni_syscall, sys32_clock_settime, compat_clock_gettime, 
compat_clock_getres, sys32_clock_nanosleep
-+      .word sys_ni_syscall, compat_sys_clock_settime, 
compat_sys_clock_gettime, compat_sys_clock_getres, sys32_clock_nanosleep
++      .word sys_ni_syscall, compat_clock_settime, compat_clock_gettime, 
compat_clock_getres, sys32_clock_nanosleep
  /*260*/       .word compat_sys_sched_getaffinity, 
compat_sys_sched_setaffinity, sys32_timer_settime, compat_timer_gettime, 
sys_timer_getoverrun
        .word sys_timer_delete, sys32_timer_create, sys_ni_syscall, 
compat_sys_io_setup, sys_io_destroy
  /*270*/       .word sys32_io_submit, sys_io_cancel, compat_sys_io_getevents, 
sys32_mq_open, sys_mq_unlink

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to