Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706870 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/include/ipmitool/ipmi_hpmfwupg.h
0
++ b/include/ipmitool/ipmi_hpmfwupg.h
Lines 800-807 Link Here
800
	char descString[HPMFWUPG_DESC_STRING_LENGTH + 1];
800
	char descString[HPMFWUPG_DESC_STRING_LENGTH + 1];
801
}VERSIONINFO, *PVERSIONINFO;
801
}VERSIONINFO, *PVERSIONINFO;
802
802
803
VERSIONINFO gVersionInfo[HPMFWUPG_COMPONENT_ID_MAX];
804
805
#define TARGET_VER (0x01)
803
#define TARGET_VER (0x01)
806
#define ROLLBACK_VER (0x02)
804
#define ROLLBACK_VER (0x02)
807
#define IMAGE_VER (0x04)
805
#define IMAGE_VER (0x04)
808
-- a/lib/ipmi_hpmfwupg.c
806
++ b/lib/ipmi_hpmfwupg.c
Lines 52-57 Link Here
52
# include <config.h>
52
# include <config.h>
53
#endif
53
#endif
54
54
55
static VERSIONINFO gVersionInfo[HPMFWUPG_COMPONENT_ID_MAX];
56
55
/* From src/plugins/ipmi_intf.c: */
57
/* From src/plugins/ipmi_intf.c: */
56
uint16_t
58
uint16_t
57
ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);
59
ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);

Return to bug 706870