1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00

Fix Windows build (I think)

This commit is contained in:
Rasmus Lerdorf
2001-07-09 18:57:19 +00:00
parent f42519ffbd
commit 89a73df39c
+1
View File
@@ -49,6 +49,7 @@ PHPAPI int php_checkuid(const char *filename, char *fopen_mode, int mode)
int ret;
long uid=0L, gid=0L, duid=0L, dgid=0L;
char *s;
PLS_FETCH();
if (!filename) {
return 0; /* path must be provided */