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:
ngie 2016-12-29 08:16:43 +00:00
parent 7186788001
commit 33967561c5

View File

@ -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;