fixed build on dano, commented again a warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
SubDir HAIKU_TOP src bin zic ;
|
SubDir HAIKU_TOP src bin zic ;
|
||||||
|
|
||||||
SubDirCcFlags -DNOID ;
|
SubDirCcFlags -DNOID -DHAVE_STDINT_H=0 ;
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName libroot time ] ;
|
UsePrivateHeaders [ FDirName libroot time ] ;
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -678,8 +678,8 @@ const char * const tofile;
|
|||||||
fromname);
|
fromname);
|
||||||
result = symlink(symlinkcontents,
|
result = symlink(symlinkcontents,
|
||||||
toname);
|
toname);
|
||||||
if (result == 0)
|
// if (result == 0)
|
||||||
warning(_("hard link failed, symbolic link used"));
|
//warning(_("hard link failed, symbolic link used"));
|
||||||
ifree(symlinkcontents);
|
ifree(symlinkcontents);
|
||||||
}
|
}
|
||||||
#endif /* HAVE_SYMLINK */
|
#endif /* HAVE_SYMLINK */
|
||||||
|
|||||||
Reference in New Issue
Block a user