mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
fix for freebsd
This commit is contained in:
parent
99320869d2
commit
c3df0b8851
@ -40,6 +40,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <ipmitool/helper.h>
|
#include <ipmitool/helper.h>
|
||||||
|
|
||||||
@ -63,6 +64,7 @@ struct ipmi_rq {
|
|||||||
struct {
|
struct {
|
||||||
unsigned char netfn;
|
unsigned char netfn;
|
||||||
unsigned char cmd;
|
unsigned char cmd;
|
||||||
|
unsigned char target_cmd;
|
||||||
unsigned short data_len;
|
unsigned short data_len;
|
||||||
unsigned char *data;
|
unsigned char *data;
|
||||||
} msg;
|
} msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user