Systemd/src/libudev
Zbigniew Jędrzejewski-Szmek 25f027c5ef tree-wide: when %m is used in log_*, always specify errno explicitly
All those uses were correct, but I think it's better to be explicit.
Using implicit errno is too error prone, and with this change we can require
(in the sense of a style guideline) that the code is always specified.

Helpful query: git grep -n -P 'log_[^s][a-z]+\(.*%m'
2017-05-19 14:24:03 -04:00
..
.gitignore update .gitignore 2012-04-13 21:58:01 +02:00
Makefile build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
libudev-device-internal.h tree-wide: place #pragma once at the same place everywhere 2016-02-20 22:42:29 +01:00
libudev-device-private.c libudev: simplify udev_device_ensure_usec_initialized a bit 2015-12-07 00:44:14 -05:00
libudev-device.c libudev: fix typo in comment 2016-08-19 11:43:58 +10:00
libudev-enumerate.c tree-wide: make ++/-- usage consistent WRT spacing 2016-02-22 20:32:04 -08:00
libudev-hwdb.c tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
libudev-list.c tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
libudev-monitor.c tree-wide: when %m is used in log_*, always specify errno explicitly 2017-05-19 14:24:03 -04:00
libudev-private.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01:00
libudev-queue.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
libudev-util.c udev-event: use in-place whitespace replacement 2017-01-27 07:58:00 -05:00
libudev.c Rip out setting of the log level from udev_new and put it in a new function 2017-05-07 22:49:12 -04:00
libudev.h include sys/sysmacros.h in more places 2016-03-14 23:29:10 -04:00
libudev.pc.in tree-wide: standardize on $(PACKAGE_VERSION) for the version string 2017-04-04 20:36:09 -04:00
libudev.sym libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd() 2014-08-30 11:39:47 +02:00
meson.build meson: reindent all files with 8 spaces 2017-04-23 21:47:29 -04:00