summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-07 16:45:48 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-07 16:45:48 -0400
commit07cf87419189f8730eff53bb74669856a42a2016 (patch)
tree7fb5848ed802513658ceed5f36addd6fe20ca95b
parentc51a9821e735b0944072b1a20f52ac7fed865a97 (diff)
downloadrockbox-07cf87419189f8730eff53bb74669856a42a2016.tar.gz
rockbox-07cf87419189f8730eff53bb74669856a42a2016.zip
simulator: Fix one set of errors, a new set crops up.
Change-Id: I86d6cbee8eec52f04e760b45ab849249ae7162c4
-rw-r--r--uisimulator/common/filesystem-sim.c2
-rw-r--r--uisimulator/common/sim_tasks.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/filesystem-sim.c b/uisimulator/common/filesystem-sim.c
index d3db25d02b..df914ebcd7 100644
--- a/uisimulator/common/filesystem-sim.c
+++ b/uisimulator/common/filesystem-sim.c
@@ -193,7 +193,7 @@ static inline int readdir_volume(struct dirstr_desc *dirstr,
193 193
194/** Internal functions **/ 194/** Internal functions **/
195 195
196#ifdef HAVE_MULTIDRIVE 196#ifdef HAVE_HOTSWAP
197/** 197/**
198 * Handle drive extraction by pretending the files' volumes no longer exist 198 * Handle drive extraction by pretending the files' volumes no longer exist
199 * and invalidating their I/O for the remainder of their lifetimes as would 199 * and invalidating their I/O for the remainder of their lifetimes as would
diff --git a/uisimulator/common/sim_tasks.c b/uisimulator/common/sim_tasks.c
index 3367982c27..e5646e62d3 100644
--- a/uisimulator/common/sim_tasks.c
+++ b/uisimulator/common/sim_tasks.c
@@ -51,7 +51,7 @@ enum {
51#endif 51#endif
52}; 52};
53 53
54#ifdef HAVE_MULTIDRIVE 54#ifdef HAVE_HOTSWAP
55extern void sim_ext_extracted(int drive); 55extern void sim_ext_extracted(int drive);
56#endif 56#endif
57 57