* grub-core/fs/proc.c: Allow \0 in proc files.
This commit is contained in:
parent
ba82db7a0d
commit
3bbeade41d
5 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue