artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb15b29
)
Remove an unused included header (sys/stat.h).
author
mmcc
<mmcc@openbsd.org>
Thu, 15 Oct 2015 20:01:53 +0000
(20:01 +0000)
committer
mmcc
<mmcc@openbsd.org>
Thu, 15 Oct 2015 20:01:53 +0000
(20:01 +0000)
bin/ksh/tty.c
patch
|
blob
|
history
diff --git
a/bin/ksh/tty.c
b/bin/ksh/tty.c
index
5146d6e
..
0a5e0fe
100644
(file)
--- a/
bin/ksh/tty.c
+++ b/
bin/ksh/tty.c
@@
-1,7
+1,6
@@
-/* $OpenBSD: tty.c,v 1.1
2 2015/09/25 11:58:14 nicm
Exp $ */
+/* $OpenBSD: tty.c,v 1.1
3 2015/10/15 20:01:53 mmcc
Exp $ */
#include "sh.h"
-#include <sys/stat.h>
#include "tty.h"
int tty_fd = -1; /* dup'd tty file descriptor */