chiark / gitweb /
add 'make tests' as I'm always typing that one wrong...
[elogind.git] / udev.c
diff --git a/udev.c b/udev.c
index 7a0484472aa2ee0f63eefc05d12efdc934a4cdfe..d44f73081d2f7606a4a9220be0d782f601b17ce1 100644 (file)
--- a/udev.c
+++ b/udev.c
@@ -96,7 +96,7 @@ int main(int argc, char *argv[], char *envp[])
        sigaction(SIGTERM, &act, NULL);
 
        /* trigger timeout to prevent hanging processes */
-       alarm(ALARM_TIMEOUT);
+       alarm(UDEV_ALARM_TIMEOUT);
 
        action = getenv("ACTION");
        devpath = getenv("DEVPATH");