+Tue Aug 8 20:47:01 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
+
+ * update_utmp.c (pty_update_utmp): change #ifdef NO_UT_PID to
+ #ifndef
+
Tue Aug 8 09:13:50 1995 Sam Hartman <hartmans@pao.mit.edu>
* open_slave.c (pty_open_slave): Dissociate from controlling
terminal before calling revoke.
(pty_open_slave): Don't ask for a controlling terminal unless we need it.
-=======
+
Tue Aug 8 20:32:08 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
* update_utmp.c: flush preprocessor directive to left margin.
strncpy(ent.ut_line, line+sizeof("/dev/")-1, sizeof(ent.ut_line));
ent.ut_time = time(0);
-#ifdef NO_UT_PID
+#ifndef NO_UT_PID
ent.ut_pid = pid;
switch ( process_type ) {
case PTY_LOGIN_PROCESS: