[3193] in Release_Engineering
Changes to xdm
daemon@ATHENA.MIT.EDU (miki@MIT.EDU)
Tue Apr 26 11:22:39 1994
From: miki@MIT.EDU
To: vrt@MIT.EDU, cfields@MIT.EDU, rel-eng@MIT.EDU
Date: Tue, 26 Apr 94 11:20:38 EDT
I have changed the following files in xdm subdir. :
dm/dm.c to replace signal calls with sigaction for POSIX
to use tcsetattr for POSIX
to use sysconf instead of getdtablesize for POSIX
not to call seteuid for Solaris
xlogin/xlogin.c to replace signal calls with sigaction for POSIX
to define random as lrand48 for SYSV
verify.c to replace bzero, bcopy
not to call seteuid for Solaris
timeout.c to replace signal calls with sigaction for POSIX