From eb10f97f2816ae09f949060a2bb8c46b8c1788ed Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 12 Feb 2004 20:19:21 -0800 Subject: [PATCH] add udevtest program to build Also fix up some other dependancy issues in the Makefile. Thanks to Olaf Hering for pointing them out. --- udev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev.c') diff --git a/udev.c b/udev.c index 9f10cc21..ce6d6ce9 100644 --- a/udev.c +++ b/udev.c @@ -164,7 +164,7 @@ static int udev_hotplug(int argc, char **argv) namedev_init(); if (strcmp(action, "add") == 0) - retval = udev_add_device(devpath, subsystem); + retval = udev_add_device(devpath, subsystem, 0); else if (strcmp(action, "remove") == 0) retval = udev_remove_device(devpath, subsystem); -- cgit 1.2.3-korg