projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ce02c
)
tools/xenpaging: include errno.h
author
Manuel Bouyer
<bouyer@netbsd.org>
Tue, 12 Jan 2021 18:12:40 +0000
(19:12 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Mon, 18 Jan 2021 18:58:20 +0000
(18:58 +0000)
writable definition of errno on NetBSD.
Signed-off-by: Manuel Bouyer <bouyer@netbsd.org>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
tools/xenpaging/xenpaging.c
patch
|
blob
|
history
diff --git
a/tools/xenpaging/xenpaging.c
b/tools/xenpaging/xenpaging.c
index 33098046c24ddb76a230d6725b4e50415b963452..6e5490315d0128ed9065308675dab10de3a31c44 100644
(file)
--- a/
tools/xenpaging/xenpaging.c
+++ b/
tools/xenpaging/xenpaging.c
@@
-22,6
+22,7
@@
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
+#include <errno.h>
#include <stdarg.h>
#include <time.h>
#include <signal.h>