libcompat: Add net/gen stub headers.

This helps reducing patching when compiling legacy minix net utils.
This commit is contained in:
Gianluca Guida 2011-04-27 13:23:10 +00:00 committed by Arun Thomas
parent 2a839c735e
commit aff45df1af
4 changed files with 16 additions and 1 deletions

View File

@ -5,4 +5,4 @@ INCSDIR= /usr/netbsd/include
INCS+= configfile.h termcap.h
INCS+= compat/a.out.h compat/regexp.h compat/syslog.h \
compat/pwd.h
INCS+= net/gen/netdb.h net/gen/resolv.h net/gen/nameser.h

View File

@ -0,0 +1,5 @@
/*
* Minix compatibility.
*/
#include <arpa/nameser.h>

View File

@ -0,0 +1,5 @@
/*
* Minix compatibility.
*/
#include <netdb.h>

View File

@ -0,0 +1,5 @@
/*
* Minix compatibility.
*/
#include <resolv.h>