summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2015-07-09 10:04:22 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2015-07-28 21:30:43 +0200
commit47e967dbb06955e7c336114c5339795c14312d56 (patch)
treecec5315ef1d31120a9481952a1b1e41690c5b28e /src/window.h
parentba053db580d672be936680e2309990c389344a02 (diff)
downloadscreen-47e967dbb06955e7c336114c5339795c14312d56.tar.gz
utmp -> utmpx
also remove IFDEF path without getutxent/depend on POSIX functionality
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index b0077b1..0fa8a16 100644
--- a/src/window.h
+++ b/src/window.h
@@ -230,7 +230,7 @@ struct Window {
int w_lflag; /* login flag */
slot_t w_slot; /* utmp slot */
#if defined (UTMPOK)
- struct utmp w_savut; /* utmp entry of this window */
+ struct utmpx w_savut; /* utmp entry of this window */
#endif
char w_tty[MAXSTR];