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:
Enji Cooper 2016-12-29 08:16:43 +00:00
parent cff68e1ab7
commit b8882958b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310763

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;