Use uint32_t instead of u_int32_t for or_last_change and services in "struct systemg"
This is being done to match "struct systemg" in snmpmod(3) No functional change MFC after: 3 days
This commit is contained in:
parent
7186788001
commit
33967561c5
@ -317,8 +317,8 @@ struct systemg {
|
||||
u_char *contact;
|
||||
u_char *name;
|
||||
u_char *location;
|
||||
u_int32_t services;
|
||||
u_int32_t or_last_change;
|
||||
uint32_t services;
|
||||
uint32_t or_last_change;
|
||||
};
|
||||
extern struct systemg systemg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user