mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
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
cff68e1ab7
commit
b8882958b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310763
@ -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