From e256bd20dd1dda2b79988781e483e6a01ce9c9a9 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 13 Oct 2003 19:46:55 +0000 Subject: [PATCH] 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 --- util-vserver/lib/vserver.h | 2 -- 1 file changed, 2 deletions(-) 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[]); -- 1.8.1.5