Fix COM32 chdir()
authorGene Cumm <gene.cumm@gmail.com>
Sat, 26 Jun 2010 15:18:59 +0000 (11:18 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 26 Jun 2010 19:31:28 +0000 (12:31 -0700)
commit29d560e6bb11bc4a9171e1e70c9f282bf7cb6895
tree209f5dbf87b38bbf3d4c289f18740f29d89a5d1d
parent3547a45e6d81e82cbdee266fc6b6186fb189e9ea
Fix COM32 chdir()

Fix COM32 chdir() since it's implemented in the core.
Forgot the core changes needed for this before.

Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/syslinux/pmapi.h
com32/lib/chdir.c
core/pmapi.c