projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599c381
)
* update_utmp.c: flush preprocessor directive to left margin
author
Tom Yu
<tlyu@mit.edu>
Wed, 9 Aug 1995 00:36:20 +0000
(
00:36
+0000)
committer
Tom 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
patch
|
blob
|
history
src/util/pty/update_utmp.c
patch
|
blob
|
history
diff --git
a/src/util/pty/ChangeLog
b/src/util/pty/ChangeLog
index bf5a2d9499192c261f24a1624e5e967f9c82048e..4a276d3ae20f9f39ca650f9244e493cdaa411465 100644
(file)
--- a/
src/util/pty/ChangeLog
+++ b/
src/util/pty/ChangeLog
@@
-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.
diff --git
a/src/util/pty/update_utmp.c
b/src/util/pty/update_utmp.c
index 30b317067764b11923b66bb6925aef6d6ee3b405..dd5fbd9b4da611177041193c9e2903d3fb541de6 100644
(file)
--- a/
src/util/pty/update_utmp.c
+++ b/
src/util/pty/update_utmp.c
@@
-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;