From 31c1f537450e96f8ddd6a0fad2adaefe57996f03 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 10 Sep 2008 18:59:42 +0200 Subject: get rid of udev_sysdeps.c --- udev/test-udev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev/test-udev.c') diff --git a/udev/test-udev.c b/udev/test-udev.c index d33fcf566d..dae7aaa634 100644 --- a/udev/test-udev.c +++ b/udev/test-udev.c @@ -109,7 +109,7 @@ int main(int argc, char *argv[]) /* override built-in sysfs device */ udevice->dev = dev; - strlcpy(udevice->action, action, sizeof(udevice->action)); + util_strlcpy(udevice->action, action, sizeof(udevice->action)); /* get dev_t from environment, which is needed for "remove" to work, "add" works also from sysfs */ maj = getenv("MAJOR"); -- cgit v1.2.3-54-g00ecf