1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-04-25 19:51:18 +00:00

Add tap/bridge support,

and some other small build support things for my environment.
This commit is contained in:
Olaf Seibert
2015-04-27 23:33:58 +02:00
parent f5ed23867f
commit 0a03946833
11 changed files with 374 additions and 36 deletions

View File

@@ -228,6 +228,10 @@ default for every OS that implements /dev/tun.
#include <sys/resource.h> /* For setpriority() */
#include <sys/mman.h> /* For mlockall() */
#if CENV_SYS_NETBSD
#include <poll.h>
#endif
#include "dpimp.h" /* DPIMP specific defs, grabs DPSUP if needed */
#ifdef RCSID