diff options
author | Andi Gutmans <andi@php.net> | 2001-04-30 12:45:02 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-04-30 12:45:02 +0000 |
commit | 4c823e8a895632382de841055fa961ec760d086c (patch) | |
tree | d319b78485393d28ee56b4302803bc5155558ba6 /ext/fdf | |
parent | 96330d36bc1146c87a14c7def528e79a4866bee7 (diff) | |
download | php-git-4c823e8a895632382de841055fa961ec760d086c.tar.gz |
- Change macros from V_ to VCWD_ because of AIX name clash
Diffstat (limited to 'ext/fdf')
-rw-r--r-- | ext/fdf/fdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 0e883469b6..590df50d50 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -748,7 +748,7 @@ SAPI_POST_HANDLER_FUNC(fdf_post_handler) } FDFClose(theFDF); - V_UNLINK((const char *)filename); + VCWD_UNLINK((const char *)filename); efree(filename); if(name) efree(name); |