diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-25 12:17:43 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-25 12:17:43 +0200 |
commit | e0d9c042f8678f150dc778eb5ac0ac039f8706fa (patch) | |
tree | db596c3e2b097431f17d9fd0298e6cb64e197552 /Makefile.am | |
parent | 484e1b2d11b9b89418589d885a625e647881933b (diff) |
libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file
We an empty or garbage-collected queue file, we might not have a record
for the first sequence we wait for, and therefore must not wait for it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8406a6bc31..21cd46d751 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ CLEANFILES = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=8 -LIBUDEV_REVISION=1 +LIBUDEV_REVISION=2 LIBUDEV_AGE=8 SUBDIRS += libudev/docs |