Make bn_name a const char * to quieten some warnings.
Approved by: bp (long ago)
This commit is contained in:
parent
cb0854a6a4
commit
58ca5d9080
@ -101,7 +101,7 @@ typedef struct {
|
||||
|
||||
struct ncp_bitname {
|
||||
u_int bn_bit;
|
||||
char *bn_name;
|
||||
const char *bn_name;
|
||||
};
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
Loading…
x
Reference in New Issue
Block a user