~ubuntu-branches/ubuntu/oneiric/numactl/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/powerpc.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2008-07-13 16:27:55 UTC
  • mfrom: (3.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080713162755-gcshyp2yvdvr8qnc
Tags: 2.0.2-rc2
New upstream (Closes: #487954)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- numactl-0.9.11.orig/syscall.c       2006-10-31 11:10:26.000000000 +1100
2
 
+++ numactl-0.9.11/syscall.c    2006-11-03 10:29:33.000000000 +1100
3
 
@@ -60,7 +60,7 @@
4
 
 #define __NR_mbind 259
5
 
 #define __NR_get_mempolicy 260
6
 
 #define __NR_set_mempolicy 261
7
 
-#undef __NR_migrate_pages 258
8
 
+#define __NR_migrate_pages 258
9
 
 
10
 
 #elif !defined(DEPS_RUN)
11
 
 #error "Add syscalls for your architecture or update kernel headers"