artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68573d
)
Pull in <stdio.h> for NULL
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 07:35:19 +0000
(07:35 +0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 07:35:19 +0000
(07:35 +0000)
ok deraadt@
lib/libarch/arm/arm_drain_writebuf.c
patch
|
blob
|
history
diff --git
a/lib/libarch/arm/arm_drain_writebuf.c
b/lib/libarch/arm/arm_drain_writebuf.c
index
ee36d75
..
1df1902
100644
(file)
--- a/
lib/libarch/arm/arm_drain_writebuf.c
+++ b/
lib/libarch/arm/arm_drain_writebuf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: arm_drain_writebuf.c,v 1.
3 2014/11/15 02:23:28 tedu Exp $
*/
+/* $OpenBSD: arm_drain_writebuf.c,v 1.
4 2016/08/27 07:35:19 guenther Exp $
*/
/* $NetBSD: arm_drain_writebuf.c,v 1.1 2002/03/30 06:24:34 thorpej Exp $ */
/*
@@
-34,8
+34,8
@@
*/
#include <sys/types.h>
-
#include <machine/sysarch.h>
+#include <stdio.h>
int
arm_drain_writebuf()