libcompat: Add net/gen stub headers.
This helps reducing patching when compiling legacy minix net utils.
This commit is contained in:
parent
2a839c735e
commit
aff45df1af
@ -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
|
||||
|
5
lib/nbsd_libcompat_minix/include/net/gen/nameser.h
Normal file
5
lib/nbsd_libcompat_minix/include/net/gen/nameser.h
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
* Minix compatibility.
|
||||
*/
|
||||
#include <arpa/nameser.h>
|
||||
|
5
lib/nbsd_libcompat_minix/include/net/gen/netdb.h
Normal file
5
lib/nbsd_libcompat_minix/include/net/gen/netdb.h
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
* Minix compatibility.
|
||||
*/
|
||||
#include <netdb.h>
|
||||
|
5
lib/nbsd_libcompat_minix/include/net/gen/resolv.h
Normal file
5
lib/nbsd_libcompat_minix/include/net/gen/resolv.h
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
* Minix compatibility.
|
||||
*/
|
||||
#include <resolv.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user