aboutsummaryrefslogtreecommitdiff
path: root/sftsr.h
diff options
context:
space:
mode:
authorEduardo Casino <mail@eduardocasino.es>2022-05-27 22:42:46 +0200
committerJavier <dev.git@javispedro.com>2022-06-12 17:13:03 +0200
commit09af091384c09aa036b50d912596a95fb07c5c4c (patch)
tree1fb4c69d92a998648b594fccaa85794614212dab /sftsr.h
parent4f5b72cf50855f4c75c8cc8a5ed34f53a11bfa7d (diff)
downloadvbados-09af091384c09aa036b50d912596a95fb07c5c4c.tar.gz
vbados-09af091384c09aa036b50d912596a95fb07c5c4c.zip
Fix hash short names when host file system is case sensitive
Diffstat (limited to 'sftsr.h')
-rw-r--r--sftsr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sftsr.h b/sftsr.h
index 5fc7b0f..171511a 100644
--- a/sftsr.h
+++ b/sftsr.h
@@ -56,7 +56,7 @@ typedef struct {
// but we still waste a full uint64_t to store a value that is always < 4K.
// Similarly, at most 64 roots are supported, but we waste a uint32_t.
-typedef _Packed struct {
+typedef struct {
// TSR installation data
/** Previous int2f ISR, storing it for uninstall. */
void (__interrupt __far *prev_int2f_handler)();