[857] in Source-Commits
athena/lib/AL utmp.c
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Tue Nov 26 16:51:04 1996
From: ghudson@MIT.EDU
To: source-commits@MIT.EDU
Date: Tue, 26 Nov 1996 16:50:53 EST
Update of /afs/dev.mit.edu/source/repository/athena/lib/AL
In directory small-gods:/afs/dev.mit.edu/user/ghudson/athena/lib/AL
Modified Files:
utmp.c
Log Message:
Contrary to the Solaris 2.4 man page, gettimeofday() actually wants a
second argument which must be NULL. See the C++-only prototype in
Solaris 2.4's <sys/time.h> for reference. This is documented and
enforced in Solaris 2.5.1, so we need to add a second NULL argument to
the gettimeofday() calls for Solaris.