Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
573a360ab6
2 changed files with 14 additions and 2 deletions
  1. +12
    -0
      package/base/strace/lxquotaver.patch
  2. +2
    -2
      package/base/strace/strace.desc

+ 12
- 0
package/base/strace/lxquotaver.patch

@ -0,0 +1,12 @@
--- ./resource.c.orig 2005-12-12 13:33:58.000000000 +0100
+++ ./resource.c 2005-12-12 13:37:51.000000000 +0100
@@ -32,6 +32,9 @@
#include "defs.h"
+// strace doesn't know about the 2nd generation linux quota api
+#define _LINUX_QUOTA_VERSION 1
+
#include <sys/resource.h>
#ifdef LINUX
#include <sys/times.h>

+ 2
- 2
package/base/strace/strace.desc

@ -40,8 +40,8 @@
[L] OpenSource
[S] Stable
[V] 4.5.7
[V] 4.5.12
[P] X X1-3-----9 102.600
[D] 3672698887 strace-4.5.7.tar.bz2 http://dl.sourceforge.net/sourceforge/strace/
[D] 3449283173 strace-4.5.12.tar.bz2 http://dl.sourceforge.net/sourceforge/strace/

Loading…
Cancel
Save