git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31fa08d
)
Fix return type of readlink().
author
Jelmer Vernooij
<jelmer@samba.org>
Sat, 1 Nov 2008 03:36:24 +0000
(
04:36
+0100)
committer
Jelmer Vernooij
<jelmer@samba.org>
Sat, 1 Nov 2008 03:36:24 +0000
(
04:36
+0100)
lib/replace/replace.h
patch
|
blob
|
history
diff --git
a/lib/replace/replace.h
b/lib/replace/replace.h
index 8483d934d83c150fb509df9c131638f1f3d2e322..c1444cd5ee5c36ee2ff20657ed63c047013d66b6 100644
(file)
--- a/
lib/replace/replace.h
+++ b/
lib/replace/replace.h
@@
-232,7
+232,7
@@
int rep_link(const char *oldpath, const char *newpath);
#ifndef HAVE_READLINK
#define readlink rep_readlink
-
in
t rep_readlink(const char *path, char *buf, size_t bufsize);
+
ssize_
t rep_readlink(const char *path, char *buf, size_t bufsize);
#endif
#ifndef HAVE_SYMLINK