summaryrefslogtreecommitdiff
path: root/src/libudev
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-14 16:45:12 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-16 02:22:58 +0900
commitc8eaaf69aca23bc5d6d04336016fd70328485275 (patch)
treed3a9fb0008bdf69dfcf393a1cf59c251fffd308f /src/libudev
parent1223227f952a1939a592760ae437e417ba24bb01 (diff)
downloadsystemd-c8eaaf69aca23bc5d6d04336016fd70328485275.tar.gz
udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friends
This also moves them to udev-util.h
Diffstat (limited to 'src/libudev')
-rw-r--r--src/libudev/libudev-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libudev/libudev-util.h b/src/libudev/libudev-util.h
index f03e9eb221..0dc18d44be 100644
--- a/src/libudev/libudev-util.h
+++ b/src/libudev/libudev-util.h
@@ -5,11 +5,6 @@
#include "macro.h"
-/* libudev-util.c */
-#define UTIL_PATH_SIZE 1024
-#define UTIL_NAME_SIZE 512
-#define UTIL_LINE_SIZE 16384
-
/* Cleanup functions */
DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev*, udev_unref);
DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_device*, udev_device_unref);