bump version
[buildroot.git] / package / ltp-testsuite / ltp-testsuite.patch
blobce6cff3eab1b8cf3d90f94f178b2c2a608e4652b
1 diff -ur ltp-full-20061121/testcases/kernel/syscalls/fmtmsg/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/fmtmsg/Makefile
2 --- ltp-full-20061121/testcases/kernel/syscalls/fmtmsg/Makefile 2006-11-21 14:31:28.000000000 -0600
3 +++ ltp-full-20061121-patched/testcases/kernel/syscalls/fmtmsg/Makefile 2006-12-02 00:16:36.830948316 -0600
4 @@ -20,7 +20,7 @@
5 LDLIBS += -L../../../../lib -lltp
7 SRCS = $(wildcard *.c)
8 -TARGETS = $(patsubst %.c,%,$(SRCS))
9 +TARGETS =#$(patsubst %.c,%,$(SRCS))
11 all: $(TARGETS)
13 diff -ur ltp-full-20061121/testcases/kernel/syscalls/getcontext/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/getcontext/Makefile
14 --- ltp-full-20061121/testcases/kernel/syscalls/getcontext/Makefile 2006-11-21 14:31:27.000000000 -0600
15 +++ ltp-full-20061121-patched/testcases/kernel/syscalls/getcontext/Makefile 2006-12-02 00:16:50.072004501 -0600
16 @@ -20,7 +20,7 @@
17 LDLIBS += -L../../../../lib -lltp
19 SRCS = $(wildcard *.c)
20 -TARGETS = $(patsubst %.c,%,$(SRCS))
21 +TARGETS =#$(patsubst %.c,%,$(SRCS))
23 all: $(TARGETS)
25 diff -ur ltp-full-20061121/testcases/kernel/syscalls/profil/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/profil/Makefile
26 --- ltp-full-20061121/testcases/kernel/syscalls/profil/Makefile 2006-11-21 14:31:28.000000000 -0600
27 +++ ltp-full-20061121-patched/testcases/kernel/syscalls/profil/Makefile 2006-12-02 00:17:03.301059744 -0600
28 @@ -20,7 +20,7 @@
29 LDLIBS += -L../../../../lib -lltp
31 SRCS = $(wildcard *.c)
32 -TARGETS = $(patsubst %.c,%,$(SRCS))
33 +TARGETS =#$(patsubst %.c,%,$(SRCS))
35 all: $(TARGETS)
37 diff -ur ltp-full-20061121/testcases/kernel/syscalls/pselect/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/pselect/Makefile
38 --- ltp-full-20061121/testcases/kernel/syscalls/pselect/Makefile 2006-11-21 14:31:29.000000000 -0600
39 +++ ltp-full-20061121-patched/testcases/kernel/syscalls/pselect/Makefile 2006-12-02 00:17:14.661965984 -0600
40 @@ -20,7 +20,7 @@
41 LDLIBS += -L../../../../lib -lltp
43 SRCS = $(wildcard *.c)
44 -TARGETS = $(patsubst %.c,%,$(SRCS))
45 +TARGETS =#$(patsubst %.c,%,$(SRCS))
47 all: $(TARGETS)
49 diff -ur ltp-full-20061121/testcases/kernel/syscalls/swapon/swapon02.c ltp-full-20061121-patched/testcases/kernel/syscalls/swapon/swapon02.c
50 --- ltp-full-20061121/testcases/kernel/syscalls/swapon/swapon02.c 2006-11-21 14:31:29.000000000 -0600
51 +++ ltp-full-20061121-patched/testcases/kernel/syscalls/swapon/swapon02.c 2006-12-02 00:18:12.422573631 -0600
52 @@ -85,9 +85,7 @@
53 #include <sys/wait.h>
54 #include <sys/stat.h>
55 #include <sys/swap.h>
56 -#ifdef OLDER_DISTRO_RELEASE
57 -#include <linux/swap.h>
58 -#endif
59 +#define MAX_SWAPFILES 32
60 #include <fcntl.h>
61 #include <pwd.h>
62 #include <string.h>
63 @@ -96,10 +94,6 @@
64 #include "test.h"
65 #include "usctest.h"
67 -#ifndef OLDER_DISTRO_RELEASE
68 -#define MAX_SWAPFILES 32
69 -#endif
71 static void setup();
72 static void cleanup();
73 static int setup01();