repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
arch
/
all-android
/
bootstrap
/
filesystem.c
blob
f2524d394f0fc275993b1d2befc60371c9101b73
1
/*
2
* filesystem.c
3
* AROS
4
*
5
* Created by Pavel Fedin on 10/13/10.
6
* Copyright 2010 AROS Development Team. All rights reserved.
7
*
8
*/
9
10
#include
"filesystem.h"
11
12
int
SetRootDirectory
(
void
)
13
{
14
/* We've already done the job in Start() */
15
return
0
;
16
}