diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-10-30 12:31:59 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-10-30 12:39:04 +0100 |
commit | 26347a4c5538008318188118872490128f43fcd3 (patch) | |
tree | 1bd46e51f23a581bc4ac0faa591a58487b015bda /Makefile.am | |
parent | 82c6558e0109f66091e3a8e2c4ceef0372b0b331 (diff) |
use CLOEXEC flags instead of fcntl()
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 84f165476d..2185614c43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ CLEANFILES = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=5 -LIBUDEV_REVISION=0 +LIBUDEV_REVISION=1 LIBUDEV_AGE=5 SUBDIRS += libudev/docs |