From: Enrico Scholz Date: Sat, 14 Feb 2004 01:19:33 +0000 (+0000) Subject: use ENSC_SYSCALLNR() X-Git-Tag: VERSION_0_10~672 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95a6e8294e7d26503b66dc920a95ce4b074473f;p=util-vserver.git use ENSC_SYSCALLNR() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@889 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 6a8e1ce..f3e875a 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program. dnl AC_PREREQ(2.57) -AC_INIT(util-vserver, 0.28.200, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.29.191, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -149,6 +149,7 @@ if test x"$enable_api_olduts" != x; then fi AC_MSG_RESULT([$enable_apis]) +ENSC_SYSCALLNR(vserver,273) ENSC_SYSCALL ENSC_CHECK_EXT2FS_HEADER AC_CHECK_FUNCS([vserver]) @@ -188,6 +189,7 @@ Features: Available APIs: $enable_apis ext2fs Source: $ensc_cv_test_ext2fs_header syscall(2) invocation: $with_syscall + vserver(2) syscall#: $ensc_cv_value_syscall_vserver Paths: prefix: $prefix