summaryrefslogtreecommitdiff
path: root/sessreg.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 17:50:57 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 17:50:57 +0000
commitaf48c05e4b8639935e8e0738dc0269708c2e929c (patch)
treebf09b6eb692cdee40b77e2cdf82665f9f78b7a00 /sessreg.c
parent5932bb94ffc5c10ab00831b70e703451acdc76b5 (diff)
Bug #4678 <https://bugs.freedesktop.org/show_bug.cgi?id=4678> Patch #3472
<https://bugs.freedesktop.org/attachment.cgi?id=3472> Use SysV-style utmp on GNU/kFreeBSD (Robert Millan)
Diffstat (limited to 'sessreg.c')
-rw-r--r--sessreg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sessreg.c b/sessreg.c
index 57c46ac..af23300 100644
--- a/sessreg.c
+++ b/sessreg.c
@@ -125,7 +125,7 @@
# include <pwd.h>
#endif
-#if defined(__SVR4) || defined(SVR4) || defined(linux)
+#if defined(__SVR4) || defined(SVR4) || defined(linux) || defined(__GLIBC__)
#define SYSV
#endif