1 2 3 4 5 6 7 8
#ifndef _HACK_LIMITS_H #define _HACK_LIMITS_H #include <limits.h> #define UIO_MAXIOV 1024 /* probably 1 would do */ #endif