artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
face995
)
Only need <stdint.h> and not all of <inttypes.h> here
author
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:00:25 +0000
(
05:00
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:00:25 +0000
(
05:00
+0000)
sbin/swapctl/swaplist.c
patch
|
blob
|
history
diff --git
a/sbin/swapctl/swaplist.c
b/sbin/swapctl/swaplist.c
index
4aac6cb
..
8328083
100644
(file)
--- a/
sbin/swapctl/swaplist.c
+++ b/
sbin/swapctl/swaplist.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: swaplist.c,v 1.
8 2011/06/24 21:02:09 jasper Exp $
*/
+/* $OpenBSD: swaplist.c,v 1.
9 2014/08/10 05:00:25 guenther Exp $
*/
/* $NetBSD: swaplist.c,v 1.8 1998/10/08 10:00:31 mrg Exp $ */
/*
@@
-33,7
+33,7
@@
#include <sys/swap.h>
#include <err.h>
-#include <
inttypes
.h>
+#include <
stdint
.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>