/* skip to be delayed devices, and add them to the end of the list */
if (devices_delay_end(udev_enumerate->udev, entry->syspath)) {
syspath_add(udev_enumerate, entry->syspath);
- /* need to update prev here for the case realloc() gives
- a different address */
+ /* need to update prev here for the case realloc() gives a different address */
prev = &udev_enumerate->devices[i];
continue;
}
struct udev_ctrl *uctrl = NULL;
int rc = 1;
- /* compat values with '_' will be removed in a future release */
static const struct option options[] = {
{ "log-priority", required_argument, NULL, 'l' },
{ "stop-exec-queue", no_argument, NULL, 's' },