projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7a4d6
)
fd.c: Make __chdir() static.
author
Andre Noll
<maan@systemlinux.org>
Mon, 25 Jun 2012 16:16:58 +0000
(18:16 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 25 Jun 2012 16:16:58 +0000
(18:16 +0200)
This function is only used in fd.c.
fd.c
patch
|
blob
|
history
diff --git
a/fd.c
b/fd.c
index
e661e71
..
a4d18a1
100644
(file)
--- a/
fd.c
+++ b/
fd.c
@@
-124,7
+124,7
@@
out:
*
* \return Standard.
*/
-int __chdir(const char *path)
+
static
int __chdir(const char *path)
{
int ret = chdir(path);