You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/admswconfig.c
|
|
+++ b/admswconfig.c
|
|
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
|
|
return 1;
|
|
}
|
|
strcpy(ifr.ifr_name, device);
|
|
- ifr.ifr_data = (caddr_t)&info;
|
|
+ ifr.ifr_data = (void *)&info;
|
|
if (ioctl(fd, SIOCGADMINFO, &ifr) < 0) {
|
|
perror("SIOCGADMINFO");
|
|
return 1;
|
|
|