diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-04 23:24:15 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-04 23:24:15 +0000 |
commit | ecb5c7e08edea0a1cc17d4c6477f77819e3b6842 (patch) | |
tree | f3a436ba417f5974843fa9102f78561f8f5e9240 /TSRM/tsrm_virtual_cwd.h | |
parent | 464d8ca5c1650975e7181a42998fcf8e9d8147f3 (diff) | |
download | php-git-ecb5c7e08edea0a1cc17d4c6477f77819e3b6842.tar.gz |
Revert virtual_link() patch.
Diffstat (limited to 'TSRM/tsrm_virtual_cwd.h')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index 6d2a51e466..2ecc01c004 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -54,7 +54,7 @@ typedef unsigned short mode_t; (*(c) == '\\' && !IsDBCSLeadByte(*(c-1)))) /* COPY_WHEN_ABSOLUTE also takes path as argument because netware needs it -/* to account for volume name that is unique to NetWare absolute paths + * to account for volume name that is unique to NetWare absolute paths */ #define COPY_WHEN_ABSOLUTE(path) 2 #define IS_ABSOLUTE_PATH(path, len) \ @@ -144,7 +144,6 @@ CWD_API int virtual_stat(const char *path, struct stat_libc *buf TSRMLS_DC); #endif #if !defined(TSRM_WIN32) && !defined(NETWARE) CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC); -CWD_API char *virtual_link(char *buf, size_t size TSRMLS_DC); #endif CWD_API int virtual_unlink(const char *path TSRMLS_DC); CWD_API int virtual_mkdir(const char *pathname, mode_t mode TSRMLS_DC); |