- Update the kernel headers to 2.0.2.1.
[util-vserver.git] / kernel / limit.h
index 8656fd9..aaaee11 100644 (file)
@@ -14,11 +14,7 @@ struct sysinfo;
 void vx_vsi_meminfo(struct sysinfo *);
 void vx_vsi_swapinfo(struct sysinfo *);
 
-#define VXD_RLIMIT(r,l)                (VXD_CBIT(limit, (l)) && ((r) == (l)))
-
 #define NUM_LIMITS     24
 
-extern const char *vlimit_name[NUM_LIMITS];
-
 #endif /* __KERNEL__ */
 #endif /* _VX_LIMIT_H */