X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fudev%2Fudevadm-monitor.c;h=a390ee6c347c989d7f494ced6be13d58b8ce84ec;hp=1a6f71a465972eb19fb7d80f74b291ee3497ad54;hb=9a4e038c1519d836d217fac5df3722e6a02ea78d;hpb=8fef0ff25c9fd7e5bb99d66f43c6357e4996a3cc diff --git a/src/udev/udevadm-monitor.c b/src/udev/udevadm-monitor.c index 1a6f71a46..a390ee6c3 100644 --- a/src/udev/udevadm-monitor.c +++ b/src/udev/udevadm-monitor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2010 Kay Sievers + * Copyright (C) 2004-2010 Kay Sievers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -116,7 +116,7 @@ static int adm_monitor(struct udev *udev, int argc, char *argv[]) char subsys[UTIL_NAME_SIZE]; char *devtype; - util_strscpy(subsys, sizeof(subsys), optarg); + strscpy(subsys, sizeof(subsys), optarg); devtype = strchr(subsys, '/'); if (devtype != NULL) { devtype[0] = '\0';