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 <stdio.h>
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <ipmitool/helper.h>
|
||||
|
||||
@ -63,6 +64,7 @@ struct ipmi_rq {
|
||||
struct {
|
||||
unsigned char netfn;
|
||||
unsigned char cmd;
|
||||
unsigned char target_cmd;
|
||||
unsigned short data_len;
|
||||
unsigned char *data;
|
||||
} msg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user