* update_utmp.c (pty_update_utmp): change #ifdef NO_UT_PID to
authorTom Yu <tlyu@mit.edu>
Wed, 9 Aug 1995 00:48:10 +0000 (00:48 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 9 Aug 1995 00:48:10 +0000 (00:48 +0000)
#ifndef

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6473 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/update_utmp.c

index 5a4d41fe1f00cb5e58f1bba02f6efbacba7250da..56d5e36baf0572ac8a5309d594eb7dd3aa3af9ec 100644 (file)
@@ -1,9 +1,14 @@
+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.
index dd5fbd9b4da611177041193c9e2903d3fb541de6..9e40ec7e33469f49945ab6111864903cd3d455d1 100644 (file)
@@ -48,7 +48,7 @@ long pty_update_utmp (process_type, pid, username, line, host)
 
     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: