mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make bn_name a const char * to quieten some warnings.
Approved by: bp (long ago)
This commit is contained in:
parent
53d4d67c98
commit
d7a2a73c84
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ typedef struct {
|
|||
|
||||
struct ncp_bitname {
|
||||
u_int bn_bit;
|
||||
char *bn_name;
|
||||
const char *bn_name;
|
||||
};
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue