]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/boot/pc/iso.c
9boot: replace strrchr() call with a loop and strchr() for ignoring bang path prefixes
[plan9front.git] / sys / src / boot / pc / iso.c
index f030be18963dc8cc57a00e394ead8b8b3350b323..d5e083cea2ae6e00f77e884ab8708dc0634f1bb1 100644 (file)
@@ -39,6 +39,11 @@ struct Dir
 
 int readsect(ulong drive, ulong lba, void *buf);
 
+void
+unload(void)
+{
+}
+
 int
 read(void *f, void *data, int len)
 {