mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[FREELDR] Rename the ext2.* to ext.*
This commit is contained in:
committed by
Timo Kreuzer
parent
601646e3b0
commit
d0dfb6cf6f
@@ -44,7 +44,7 @@ list(APPEND FREELDR_BOOTLIB_SOURCE
|
||||
lib/comm/rs232.c
|
||||
## add KD support
|
||||
lib/fs/btrfs.c
|
||||
lib/fs/ext2.c
|
||||
lib/fs/ext.c
|
||||
lib/fs/fat.c
|
||||
lib/fs/fs.c
|
||||
lib/fs/iso.c
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
#include <peloader.h>
|
||||
|
||||
/* File system headers */
|
||||
#include <fs/ext2.h>
|
||||
#include <fs/ext.h>
|
||||
#include <fs/fat.h>
|
||||
#include <fs/ntfs.h>
|
||||
#include <fs/iso.h>
|
||||
|
||||
Reference in New Issue
Block a user