Switch procfs to use archelp.

This fixes handling of "." and "..".
This commit is contained in:
Vladimir Serbinenko 2015-07-27 12:44:19 +02:00
parent a2721778e5
commit 4622f4e1ee
2 changed files with 58 additions and 28 deletions

View file

@ -48,6 +48,7 @@ library = {
common = grub-core/partmap/gpt.c;
common = grub-core/partmap/msdos.c;
common = grub-core/fs/proc.c;
common = grub-core/fs/archelp.c;
};
library = {
@ -91,7 +92,6 @@ library = {
common = grub-core/fs/bfs.c;
common = grub-core/fs/btrfs.c;
common = grub-core/fs/cbfs.c;
common = grub-core/fs/archelp.c;
common = grub-core/fs/cpio.c;
common = grub-core/fs/cpio_be.c;
common = grub-core/fs/odc.c;