~dannf/ubuntu/trusty/numactl/arm64

« back to all changes in this revision

Viewing changes to debian/patches/powerpc.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-11-03 10:31:24 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061103103124-9dy65897wxq3g7ku
add powerpc.patch; fix FTBFS due to typo on PowerPC

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"