summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/netdb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/endhostent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/endnetent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/endprotoent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/endservent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/gai_strerror.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/gethostbyname.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/gethostent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getnameinfo.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getnetbyname.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getnetent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getprotobyname.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getprotoent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getservbyname.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getservbyport.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/getservent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/h_errno.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/sethostent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/setnetent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/setprotoent.c2
-rw-r--r--testsuites/psxtests/psxhdrs/netdb/setservent.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/testsuites/psxtests/psxhdrs/netdb/endhostent.c b/testsuites/psxtests/psxhdrs/netdb/endhostent.c
index ee9d8ae9bf..3fb86c5de3 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endhostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endhostent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/endnetent.c b/testsuites/psxtests/psxhdrs/netdb/endnetent.c
index d54a36cadc..08dd24ef0c 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endnetent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
index 16fa52d956..c03cd1df13 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/endservent.c b/testsuites/psxtests/psxhdrs/netdb/endservent.c
index 31cec715e5..87c202988f 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endservent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
index aac1de70bf..341dcd7545 100644
--- a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/types.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
index d482d31754..91ce55a338 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/types.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
index eb062f92ee..52b9a81421 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/types.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
index 962a6072a7..07d734334b 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <arpa/inet.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
index f94995aa31..74ee33a102 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostent.c b/testsuites/psxtests/psxhdrs/netdb/gethostent.c
index c3ad935ece..e511bee372 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
index 2a89f99609..e6c06d795b 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
index ac00669827..01600d2e85 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
index 2b10eb90ba..bd5d2c690c 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetent.c b/testsuites/psxtests/psxhdrs/netdb/getnetent.c
index 433f7eb202..a46d97af27 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
index b9e771f7a0..379cd8012e 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
index 6d9572c8d9..d46bfb55ac 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
index a47b1219db..93cbd73b81 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
index 6d9f8c7598..ff87bda287 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
index de4439b025..e9d6feed26 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservent.c b/testsuites/psxtests/psxhdrs/netdb/getservent.c
index 8057d794e1..c473d7cb4f 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/h_errno.c b/testsuites/psxtests/psxhdrs/netdb/h_errno.c
index f9e71587e3..1318b4553e 100644
--- a/testsuites/psxtests/psxhdrs/netdb/h_errno.c
+++ b/testsuites/psxtests/psxhdrs/netdb/h_errno.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/sethostent.c b/testsuites/psxtests/psxhdrs/netdb/sethostent.c
index 4d963a602c..8f161ea34f 100644
--- a/testsuites/psxtests/psxhdrs/netdb/sethostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/sethostent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/setnetent.c b/testsuites/psxtests/psxhdrs/netdb/setnetent.c
index 810fb9322c..9c9c4f34fb 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setnetent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
index e7db90d013..35bf5cac5c 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/setservent.c b/testsuites/psxtests/psxhdrs/netdb/setservent.c
index 71ddd767a5..8d2c20a7fe 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setservent.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <sys/socket.h>