OSDN Git Service
(root)
/
lha
/
lha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9408e0
)
* src/util.c (rename): no use on mingw32 (have no link(2)).
author
arai
<arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 18 May 2002 17:45:17 +0000
(17:45 +0000)
committer
arai
<arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 18 May 2002 17:45:17 +0000
(17:45 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@52
6a8cc165
-1e22-0410-a132-
eb4e3f353aba
src/util.c
patch
|
blob
|
history
diff --git
a/src/util.c
b/src/util.c
index
937b310
..
0b54793
100644
(file)
--- a/
src/util.c
+++ b/
src/util.c
@@
-228,7
+228,7
@@
memmove(dst, src, cnt)
* Masaru Oki 92.01.28 added mkdir() and rmdir() by Tomohiro Ishikawa
*/
-#if !defined(HAVE_FTRUNCATE) && !defined(_MINIX)
+#if !defined(HAVE_FTRUNCATE) && !defined(_MINIX)
&& HAVE_LINK
/* ------------------------------------------------------------------------ */
int