(1)
~/box/magent# make
gcc -Wall -O2 -g -c -o magent.o magent.c
magent.c: In function 'writev_list':
magent.c:592: error: 'SSIZE_MAX' undeclared (first use in this function)
<limits.h> should be #include'd.
(2)
~/box/magent# make
gcc -Wall -O2 -g -c -o magent.o magent.c
magent.c: In function 'writev_list':
magent.c:606: warning: implicit declaration of function 'writev'
<sys/uio.h> should be #include'd.
Original issue reported on code.google.com by 191...@gmail.com on 27 Sep 2008 at 5:54
Original issue reported on code.google.com by
191...@gmail.com
on 27 Sep 2008 at 5:54