Skip to content

Commit 940c5b3

Browse files
author
Anantha Kesari H Y
committed
removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC itself supports mkstemp functionality
1 parent 7dced12 commit 940c5b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main/php_open_temporary_file.c

-6
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,12 @@
3131
#include "win32/winutil.h"
3232
#elif defined(NETWARE)
3333
#ifdef USE_WINSOCK
34-
/*#include <ws2nlm.h>*/
3534
#include <novsock2.h>
3635
#else
3736
#include <sys/socket.h>
3837
#endif
39-
#ifdef NEW_LIBC
4038
#include <sys/param.h>
4139
#else
42-
#include "netware/param.h"
43-
#endif
44-
#include "netware/mktemp.h"
45-
#else
4640
#include <sys/param.h>
4741
#include <sys/socket.h>
4842
#include <netinet/in.h>

0 commit comments

Comments
 (0)