URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [socketvar.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * This seems the best way to handle this. sys/socket.h already has * all the right bits in it. In fact there isn't a single useful thing * in the BSD net-2 sys/socketvar.h anyway but people persist in including * it... * Alan */ #include <sys/socket.h>