projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9435415
)
remove duplicate include <sys/swap.h>
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 22 Oct 2011 04:39:00 +0000
(06:39 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 22 Oct 2011 04:39:00 +0000
(06:39 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/swaponoff.c
patch
|
blob
|
history
diff --git
a/util-linux/swaponoff.c
b/util-linux/swaponoff.c
index b3057b3095b938575470ea3adb68d714a46cf5a6..54867ec364e72a881bd8d1664707c8f37759bc43 100644
(file)
--- a/
util-linux/swaponoff.c
+++ b/
util-linux/swaponoff.c
@@
-24,7
+24,6
@@
#include "libbb.h"
#include <mntent.h>
-#include <sys/swap.h>
#ifndef __BIONIC__
# include <sys/swap.h>
#endif