/*
* Extended `who' command, version 1.8.
*
- * (c) 1996, 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ * (c) 1996--1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
*
* This software may be freely distributed and used according to the terms
* of the GNU General Public License. See file COPYING in any of the GNU packages.
{
u->mesg = !!(S_IWGRP & st.st_mode);
u->click_time = st.st_atime;
- if (u->click_time < st.st_atime)
- u->click_time = st.st_atime;
+#if 0
+ if (u->click_time < st.st_mtime)
+ u->click_time = st.st_mtime;
if (u->click_time < st.st_ctime)
u->click_time = st.st_ctime;
+#endif
}
u->detach = 0;
usercnt++;