repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 6.03~pre2+dfsg.
[syslinux-debian/hramrach.git]
/
core
/
fs
/
lib
/
chdir.c
blob
715284bb9f7b936cc9ca279f61c0f674724e4797
1
#include <unistd.h>
2
#include <core.h>
3
4
int
generic_chdir_start
(
void
)
5
{
6
return
chdir
(
CurrentDirName
);
7
}