From: Enrico Scholz Date: Tue, 19 Oct 2004 21:03:19 +0000 (+0000) Subject: added new kernel headers X-Git-Tag: IPSENTINEL_VERSION_0_12~261 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccaabe284476ebd1f6e77813c95adb68d73eaf45;p=util-vserver.git added new kernel headers changed substition of linuxcaps.h; oldish 'sed' versions do not understand '\<' regexs git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1731 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/Makefile.am b/util-vserver/Makefile.am index 12dc5df..b26bc23 100644 --- a/util-vserver/Makefile.am +++ b/util-vserver/Makefile.am @@ -59,6 +59,9 @@ BUILT_SOURCES = linuxcaps.h pathconfig.h linuxvirtual.h \ man_MANS = kernel_HDRS = kernel/context.h \ + kernel/cvirt.h \ + kernel/debug.h \ + kernel/dlimit.h \ kernel/inode.h \ kernel/legacy.h \ kernel/limit.h \ @@ -66,7 +69,8 @@ kernel_HDRS = kernel/context.h \ kernel/network.h \ kernel/sched.h \ kernel/signal.h \ - kernel/switch.h + kernel/switch.h \ + kernel/xid.h EXTRA_PROGRAMS = EXTRA_DIST = pathconfig.h.pathsubst \ @@ -122,7 +126,7 @@ silent.%: FORCE linuxcaps.h: ${kernelincludedir}/linux/capability.h Makefile @rm -f $@ echo '#include ' >$@.tmp - $(SED) -e 's!^#include .*!!g;s!\<__u32\>!uint32_t!g;s!\<__user\>!!g;' $< >>$@.tmp + $(SED) -e 's!^#include .*!!g;' $< >>$@.tmp @-chmod --reference $< $@.tmp &>/dev/null mv -f $@.tmp $@ @chmod a-w $@