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:
Waldemar Kornewald 2004-03-30 10:53:50 +00:00
parent 4283dfd6f6
commit 8070acfb47

View File

@ -95,7 +95,7 @@ struct sysctl_args { // used by NET_STACK_SYSCTL
};
struct control_net_module_args { // used by NET_STACK_CONTROL_NET_MODULE
char *name;
const char *name;
uint32 op;
void *data;
size_t length;