diff options
| author | Liu Aleaxander <Aleaxander@gmail.com> | 2009-08-11 17:18:38 +0800 |
|---|---|---|
| committer | Liu Aleaxander <Aleaxander@gmail.com> | 2009-08-11 17:18:38 +0800 |
| commit | 37003eb7e984370fad9407ce5db341b720e9d4cd (patch) | |
| tree | fc6cff05d96ec9bd4b154826ff7a791f517b3267 /core/extern.inc | |
| parent | db6bc6f4eb6a10fd4af96c5068d651ad4aca95aa (diff) | |
| download | syslinux-37003eb7e984370fad9407ce5db341b720e9d4cd.tar.gz | |
Core:SYSLINUX: make searchdir do work
well, still get lots of bugs, like when we execute
dir /boot/syslinux
in fact, it will list the file in /boot/ directory but not in /boot/syslinux/
Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Diffstat (limited to 'core/extern.inc')
| -rw-r--r-- | core/extern.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/extern.inc b/core/extern.inc index 1e011c9e..eb238be0 100644 --- a/core/extern.inc +++ b/core/extern.inc @@ -18,7 +18,7 @@ %if IS_SYSLINUX ; fat.c - extern readdir + extern vfat_readdir %endif %endif ; EXTERN_INC |
