* grub-core/fs/proc.c: Allow \0 in proc files.

This commit is contained in:
Vladimir Serbinenko 2013-11-12 15:57:09 +01:00
parent ba82db7a0d
commit 3bbeade41d
5 changed files with 12 additions and 5 deletions

View file

@ -27,7 +27,7 @@ struct grub_procfs_entry
struct grub_procfs_entry **prev;
const char *name;
char * (*get_contents) (void);
char * (*get_contents) (grub_size_t *sz);
};
extern struct grub_procfs_entry *grub_procfs_entries;