mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
Merge in changes that were needed in 3.1.0 to silence NetBSD compiler
warnings. [rt16907]
This commit is contained in:
@@ -341,8 +341,8 @@ struct universe {
|
||||
};
|
||||
|
||||
struct option {
|
||||
char *name;
|
||||
char *format;
|
||||
const char *name;
|
||||
const char *format;
|
||||
struct universe *universe;
|
||||
unsigned code;
|
||||
int refcnt;
|
||||
|
Reference in New Issue
Block a user