* update_utmp.c: flush preprocessor directive to left margin
authorTom Yu <tlyu@mit.edu>
Wed, 9 Aug 1995 00:36:20 +0000 (00:36 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 9 Aug 1995 00:36:20 +0000 (00:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6470 dc483132-0cff-0310-8789-dd5450dbe970

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

index bf5a2d9499192c261f24a1624e5e967f9c82048e..4a276d3ae20f9f39ca650f9244e493cdaa411465 100644 (file)
@@ -1,3 +1,6 @@
+Tue Aug  8 20:32:08 1995  Tom Yu  <tlyu@dragons-lair.MIT.EDU>
+
+       * update_utmp.c: flush preprocessor directive to left margin.
 
 Tue Aug 8 17:24:27 EDT 1995    Paul Park       (pjpark@mit.edu)
        * update_utmp.c - getutmpx() requires address of utmpx structure.
index 30b317067764b11923b66bb6925aef6d6ee3b405..dd5fbd9b4da611177041193c9e2903d3fb541de6 100644 (file)
@@ -31,7 +31,7 @@ long pty_update_utmp (process_type, pid, username, line, host)
     char *username, *line, *host;
 {
     struct utmp ent;
-    #ifdef HAVE_SETUTENT
+#ifdef HAVE_SETUTENT
     struct utmp ut;
 #else
     struct stat statb;