summaryrefslogtreecommitdiff
path: root/udevd.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-03-04 00:57:29 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:08 -0700
commitd00bd1724bd9f75f5a7b8e0368428c2f0d6d3c26 (patch)
tree746590554d4dda2ae4eddbfb59f6cb2eefe48cb0 /udevd.c
parent56c963dc4d8a65a8f2f23ae329f2088fabbf3303 (diff)
[PATCH] overall trivial trivial cleanup
Here I try to make the style a bit more consistant in the different files, so that new patches just copy the 'right' one :) Some "magic" numbers are replaced and udevtest.c is catched up with udev.
Diffstat (limited to 'udevd.c')
-rw-r--r--udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevd.c b/udevd.c
index 2b3dc55788..efcb65bb53 100644
--- a/udevd.c
+++ b/udevd.c
@@ -52,7 +52,7 @@ static void exec_queue_manager(void);
static void msg_queue_manager(void);
#ifdef LOG
-unsigned char logname[42];
+unsigned char logname[LOGNAME_SIZE];
void log_message (int level, const char *format, ...)
{
va_list args;