summaryrefslogtreecommitdiffstats
path: root/tdm
diff options
context:
space:
mode:
Diffstat (limited to 'tdm')
-rw-r--r--tdm/backend/ctrl.c2
-rw-r--r--tdm/backend/getfd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdm/backend/ctrl.c b/tdm/backend/ctrl.c
index 9fc3f6b12..4acd6d293 100644
--- a/tdm/backend/ctrl.c
+++ b/tdm/backend/ctrl.c
@@ -42,7 +42,7 @@ from the copyright holder.
#include <signal.h>
#include <pwd.h>
-#ifdef __Linux__
+#ifdef __linux__
#include <linux/vt.h>
#endif
#include "getfd.h"
diff --git a/tdm/backend/getfd.c b/tdm/backend/getfd.c
index 07973e642..6bf8c8783 100644
--- a/tdm/backend/getfd.c
+++ b/tdm/backend/getfd.c
@@ -4,7 +4,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/ioctl.h>
-#ifdef __Linux__
+#ifdef __linux__
#include <linux/kd.h>
#endif
#include "getfd.h"