removed ctx_t typedef; this must be now done by each package
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 13 Oct 2003 19:46:55 +0000 (19:46 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 13 Oct 2003 19:46:55 +0000 (19:46 +0000)
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

index e425fc1..c9cd1f0 100644 (file)
@@ -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[]);