projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc2799
)
missed a #endif
author
Tom Yu
<tlyu@mit.edu>
Fri, 4 Aug 1995 05:05:21 +0000
(
05:05
+0000)
committer
Tom Yu
<tlyu@mit.edu>
Fri, 4 Aug 1995 05:05:21 +0000
(
05:05
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6407
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/pty/cleanup.c
patch
|
blob
|
history
diff --git
a/src/util/pty/cleanup.c
b/src/util/pty/cleanup.c
index 8d4463b2781e8c7c996dc9d1ac2e20dd227a9a79..f63cbf0847120042a03c180ea0066358000e0aee 100644
(file)
--- a/
src/util/pty/cleanup.c
+++ b/
src/util/pty/cleanup.c
@@
-69,5
+69,5
@@
long pty_cleanup (slave, pid, update_utmp)
ptyint_vhangup();
return 0;
#endif
-
#endif
+#endif
}