summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2015-07-09 13:05:21 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2015-07-28 21:30:43 +0200
commit0e30f04a383bab3813cd83788a219a46e7331c6e (patch)
tree77b259b8ef8122a144e44b6828cf18f623a3950c /src/os.h
parentf96298eb7f01203649cd93b436061f5d4cf3f6f8 (diff)
downloadscreen-0e30f04a383bab3813cd83788a219a46e7331c6e.tar.gz
remove BUGGYGETLOGIN
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os.h b/src/os.h
index 464e749..1a9402d 100644
--- a/src/os.h
+++ b/src/os.h
@@ -83,7 +83,7 @@
typedef int slot_t;
#endif
-#if defined(UTMPOK) || defined(BUGGYGETLOGIN)
+#if defined(UTMPOK)
# include <utmpx.h>
# ifndef UTMPFILE
@@ -98,7 +98,7 @@
# endif
# endif
-#endif /* UTMPOK || BUGGYGETLOGIN */
+#endif /* UTMPOK */
#ifdef LOGOUTOK
# ifndef LOGINDEFAULT