]> git.pld-linux.org Git - packages/strace.git/commitdiff
- restored pre-2.6 VM_ sysctls (requires latest gkh to compile)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Dec 2003 10:22:41 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace-kernel26_userspace.patch -> 1.2

strace-kernel26_userspace.patch

index 3cbf2fef864ee5ea52657e24d6bf4467c95b6b2f..cdfdf7c97c0e10c20800b382c53d6cbb9bc1d40b 100644 (file)
@@ -10,23 +10,3 @@ diff -durN -x '*~' strace-4.5.1.orig/configure.ac strace-4.5.1/configure.ac
  AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
  AC_CHECK_HEADERS([netinet/tcp.h netinet/udp.h],,, [#include <netinet/in.h>])
  
-diff -durN -x '*~' strace-4.5.1.orig/system.c strace-4.5.1/system.c
---- strace-4.5.1.orig/system.c 2002-11-06 15:00:13.000000000 +0100
-+++ strace-4.5.1/system.c      2004-12-21 09:52:32.005076136 +0100
-@@ -1626,16 +1626,7 @@
- };
- static struct xlat sysctl_vm[] = {
--      { VM_SWAPCTL, "VM_SWAPCTL" },
--      { VM_SWAPOUT, "VM_SWAPOUT" },
--      { VM_FREEPG, "VM_FREEPG" },
--      { VM_BDFLUSH, "VM_BDFLUSH" },
-       { VM_OVERCOMMIT_MEMORY, "VM_OVERCOMMIT_MEMORY" },
--      { VM_BUFFERMEM, "VM_BUFFERMEM" },
--      { VM_PAGECACHE, "VM_PAGECACHE" },
--      { VM_PAGERDAEMON, "VM_PAGERDAEMON" },
--      { VM_PGT_CACHE, "VM_PGT_CACHE" },
--      { VM_PAGE_CLUSTER, "VM_PAGE_CLUSTER" },
-       { 0, NULL },
- };
This page took 0.153905 seconds and 4 git commands to generate.