> Hello, > > Anyone come across "PIPE_BUF" before. In Linux this is > defined in /usr/include/linux/limits.h > > #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */ > > One of the drivers (exactly one!) in gs-6.53 references > this and it is not compiling because of that. >
Change it to use sysconf(_SC_PIPE_BUF) #ifndef PIPE_BUF. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

