]> pd.if.org Git - uuid/blobdiff - internal.c
Fixed argument order for compile
[uuid] / internal.c
index 0ad2b81fe611a237a4a63da078df08c67d52971e..ef0115b86db6e6e383d019d981ac1c88425077b3 100644 (file)
@@ -186,7 +186,6 @@ static uint64_t current_node(struct pd_uuid_state *st) {
                                        continue;
                                }
                                if (ioctl(s, SIOCGIFHWADDR, req) == 0) {
-                                       int j;
                                        data = (unsigned char *)req->ifr_hwaddr.sa_data;
                                        node = data[0];
                                        node = node << 8; node += data[1];