Adapt protocols to new network struct.

This commit is contained in:
Manoel Rebelo Abranches 2011-04-01 05:42:34 -03:00
parent 09375846b9
commit 25f1579b43
15 changed files with 296 additions and 208 deletions

View file

@ -292,7 +292,7 @@ grub_pxefs_label (grub_device_t device __attribute ((unused)),
return GRUB_ERR_NONE;
}
static struct grub_fs grub_pxefs_fs =
static struct grub_net_app_protocol grub_pxefs_fs =
{
.name = "pxe",
.dir = grub_pxefs_dir,