mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-20 15:42:49 +08:00
res_send.c: Now compiles
This required adding ISC .h files and adding some defines to port_before.h.
This commit is contained in:
@@ -108,7 +108,11 @@ __FBSDID("$FreeBSD$");
|
||||
#include "port_after.h"
|
||||
|
||||
#ifdef USE_KQUEUE
|
||||
#ifdef __rtems__
|
||||
#include <freebsd/sys/event.h>
|
||||
#else
|
||||
#include <sys/event.h>
|
||||
#endif /* __rtems__ */
|
||||
#else
|
||||
#ifdef USE_POLL
|
||||
#ifdef HAVE_STROPTS_H
|
||||
|
Reference in New Issue
Block a user