From: Enrico Scholz Date: Mon, 13 Oct 2003 19:46:55 +0000 (+0000) Subject: removed ctx_t typedef; this must be now done by each package X-Git-Tag: VERSION_0_10~1274 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e256bd20dd1dda2b79988781e483e6a01ce9c9a9;p=util-vserver.git removed ctx_t typedef; this must be now done by each package inidividually. For util-vserver, the declaration is in compat.h and detection in configure.ac git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@87 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index e425fc1..c9cd1f0 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -28,8 +28,6 @@ extern "C" { #endif - typedef short int ctx_t; - int call_new_s_context(int nbctx, int ctxs[], int remove_cap, int flags); int call_set_ipv4root (unsigned long ip[], int nb, unsigned long bcast, unsigned long mask[]);