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 (-3 / +4 lines)
Line  Link Here
0
-- a/include/ipmitool/ipmi_hpmfwupg.h
0
++ b/include/ipmitool/ipmi_hpmfwupg.h
Lines 800-806 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];
803
extern VERSIONINFO gVersionInfo[HPMFWUPG_COMPONENT_ID_MAX];
804
804
805
#define TARGET_VER (0x01)
805
#define TARGET_VER (0x01)
806
#define ROLLBACK_VER (0x02)
806
#define ROLLBACK_VER (0x02)
807
-- a/lib/ipmi_hpmfwupg.c
807
++ b/lib/ipmi_hpmfwupg.c
Lines 57-62 Link Here
57
ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);
57
ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);
58
58
59
extern int verbose;
59
extern int verbose;
60
VERSIONINFO gVersionInfo[HPMFWUPG_COMPONENT_ID_MAX];
60
61
61
int HpmfwupgUpgrade(struct ipmi_intf *intf, char *imageFilename,
62
int HpmfwupgUpgrade(struct ipmi_intf *intf, char *imageFilename,
62
		int activate, int, int);
63
		int activate, int, int);

Return to bug 706870