artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b62c50
)
A little style(9) for sh.h includes
author
mmcc
<mmcc@openbsd.org>
Mon, 19 Oct 2015 17:10:53 +0000
(17:10 +0000)
committer
mmcc
<mmcc@openbsd.org>
Mon, 19 Oct 2015 17:10:53 +0000
(17:10 +0000)
ok nicm@
bin/ksh/sh.h
patch
|
blob
|
history
diff --git
a/bin/ksh/sh.h
b/bin/ksh/sh.h
index
b95a8b7
..
cb8b39e
100644
(file)
--- a/
bin/ksh/sh.h
+++ b/
bin/ksh/sh.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: sh.h,v 1.4
4 2015/10/19 14:43:46
mmcc Exp $ */
+/* $OpenBSD: sh.h,v 1.4
5 2015/10/19 17:10:53
mmcc Exp $ */
/*
* Public Domain Bourne/Korn shell
@@
-10,8
+10,9
@@
/* Start of common headers */
-#include <stdio.h>
#include <sys/types.h>
+
+#include <stdio.h>
#include <setjmp.h>
#include <stdbool.h>
#include <stdlib.h>