X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=libudev%2Flibudev-device.c;h=aec5fb57fe01eda57e502585a5e274c15e66fcac;hb=fbb31cd6e10fe66d2da781db0ba9a8d671a4c6aa;hp=b841745991effca0a32ac69ee7b1d70c36129d3f;hpb=455f792e4791e037eb0406005b92c345cf0baf56;p=elogind.git diff --git a/libudev/libudev-device.c b/libudev/libudev-device.c index b84174599..aec5fb57f 100644 --- a/libudev/libudev-device.c +++ b/libudev/libudev-device.c @@ -1,7 +1,7 @@ /* * libudev - interface to udev device information * - * Copyright (C) 2008-2009 Kay Sievers + * Copyright (C) 2008-2010 Kay Sievers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -1068,7 +1068,7 @@ int udev_device_add_devlink(struct udev_device *udev_device, const char *devlink if (list_entry == NULL) return -ENOMEM; if (unique) - udev_list_entry_set_flag(list_entry, 1); + udev_list_entry_set_flags(list_entry, 1); return 0; }