criu/test
Konstantin Khlebnikov 0ff0943eb4 Drop <sys/user.h> to fix PAGE_SIZE declaration
On some systems PAGE_SIZE is declared as sysconf(_SC_PAGESIZE) in <sys/user.h>
this is non-constant expression, so it cannot be used in type declarations.

This breaks compilation with a very non-obvious error message:

  CC       parasite-syscall.o
In file included from parasite-syscall.c:30:0:
./include/parasite.h:90:8: error: variably modified ‘fds’ at file scope

crtools doesn't uses anything from <sys/user.h>, so we can drop its usage.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-04-16 14:38:49 +04:00
..
app-emu test: Add tar + bzip2 testsuite 2012-04-12 15:20:15 +04:00
legacy make: Include Makefile.inc into legacy tests 2012-01-25 19:14:39 +04:00
zdtm Drop <sys/user.h> to fix PAGE_SIZE declaration 2012-04-16 14:38:49 +04:00
zdtm.sh zdtm: Tests for testing completely unlinked files 2012-04-13 17:57:35 +04:00