Added a "const" to the name field in control_net_module_args.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7117 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -95,7 +95,7 @@ struct sysctl_args { // used by NET_STACK_SYSCTL
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct control_net_module_args { // used by NET_STACK_CONTROL_NET_MODULE
|
struct control_net_module_args { // used by NET_STACK_CONTROL_NET_MODULE
|
||||||
char *name;
|
const char *name;
|
||||||
uint32 op;
|
uint32 op;
|
||||||
void *data;
|
void *data;
|
||||||
size_t length;
|
size_t length;
|
||||||
|
|||||||
Reference in New Issue
Block a user