[1811] in Source-Commits
athena/bin/login login.c
daemon@ATHENA.MIT.EDU (Dan Winship)
Tue Jul 15 10:25:35 1997
To: source-commits@MIT.EDU
Date: Tue, 15 Jul 1997 10:25:27 EDT
From: Dan Winship <danw@MIT.EDU>
Update of /afs/dev/source/repository/athena/bin/login
In directory technomage:/afs/dev.mit.edu/user/danw/athena/bin/login
Modified Files:
login.c
Log Message:
Kludge around the fact that fdopen(-1, ...) doesn't return NULL in
Solaris (2.4 and 2.5.1 at least).
s/SYSV/SHADOW/ in an #ifdef (it happened to DTRT in our current
environment, so this is just preventative).
s/ptmp/stmp/ in a syslog message.