* include/grub/net.h (grub_net_network_level_interfaces): Remove

redundant declaration.
	(FOR_NET_NETWORK_LEVEL_INTERFACES): Move to appropriate place.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-13 15:03:06 +01:00
parent 6166442083
commit d1c501ee94
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/net.h (grub_net_network_level_interfaces): Remove
redundant declaration.
(FOR_NET_NETWORK_LEVEL_INTERFACES): Move to appropriate place.
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/hdparm.c (le16_to_char): Make src and dest uint16 *