include/netdb.h: merged
Change-Id: I899e6ac611b671a78d6abd83a73eed484aa49595
This commit is contained in:
parent
afc1f71188
commit
479fea75f0
5 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,7 @@ tcpd.c
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <minix/config.h>
|
#include <minix/config.h>
|
||||||
|
#include <minix/paths.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <net/hton.h>
|
#include <net/hton.h>
|
||||||
|
|
|
@ -12,6 +12,7 @@ tcpd.c
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <minix/config.h>
|
#include <minix/config.h>
|
||||||
|
#include <minix/paths.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <net/hton.h>
|
#include <net/hton.h>
|
||||||
|
|
|
@ -17,4 +17,6 @@
|
||||||
|
|
||||||
#define _PATH_DRIVERS "/usr/sbin"
|
#define _PATH_DRIVERS "/usr/sbin"
|
||||||
|
|
||||||
|
#define _PATH_SERVACCES "/etc/serv.access"
|
||||||
|
|
||||||
#endif /* _MINIX_PATHS_H_ */
|
#endif /* _MINIX_PATHS_H_ */
|
||||||
|
|
|
@ -131,9 +131,6 @@ typedef _BSD_SIZE_T_ size_t;
|
||||||
#ifndef _PATH_SERVICES_DB
|
#ifndef _PATH_SERVICES_DB
|
||||||
#define _PATH_SERVICES_DB "/var/db/services.db"
|
#define _PATH_SERVICES_DB "/var/db/services.db"
|
||||||
#endif
|
#endif
|
||||||
#ifdef __minix
|
|
||||||
#define _PATH_SERVACCES "/etc/serv.access"
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#include <minix/paths.h>
|
||||||
#include <net/hton.h>
|
#include <net/hton.h>
|
||||||
#include <net/gen/in.h>
|
#include <net/gen/in.h>
|
||||||
#include <net/gen/tcp.h>
|
#include <net/gen/tcp.h>
|
||||||
|
|
Loading…
Reference in a new issue