mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@115214 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
280 B
Diff
12 lines
280 B
Diff
--- src/utils.cpp.orig 2013-12-28 16:31:27.000000000 +0900
|
|
+++ src/utils.cpp 2013-12-28 16:31:46.000000000 +0900
|
|
@@ -294,7 +294,7 @@
|
|
#if defined(_WIN32) && !defined(__CYGWIN__)
|
|
::DeleteFileW(WPATH(filename));
|
|
#else
|
|
- ::unlink(filename);
|
|
+ ::remove(filename);
|
|
#endif
|
|
}
|
|
}
|