1 /*
2  * Public domain
3  * sys/socket.h compatibility shim
4  */
5 
6 #include_next <sys/socket.h>
7 
8 #ifndef HAVE_GETRTABLE
9 int getrtable(void);
10 #endif
11 
12 #ifndef RT_TABLEID_MAX
13 #define RT_TABLEID_MAX	255
14 #endif
15