projects
/
project
/
fstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c38f0c
)
libfstools: remove superflus include
author
Daniel Golle
<daniel@makrotopia.org>
Mon, 8 Mar 2021 00:05:51 +0000
(
00:05
+0000)
committer
Daniel Golle
<daniel@makrotopia.org>
Mon, 8 Mar 2021 00:05:51 +0000
(
00:05
+0000)
Turns out C header file <stropts.h> is unneeded after all.
Remove it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libfstools/common.h
patch
|
blob
|
history
diff --git
a/libfstools/common.h
b/libfstools/common.h
index eeb24dbd89cdbb851031eaba4215a4790b7434a3..b5cc692261a2e751a1cf41902e637967f4282844 100644
(file)
--- a/
libfstools/common.h
+++ b/
libfstools/common.h
@@
-11,9
+11,6
@@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifndef __GLIBC__
-#include <stropts.h>
-#endif
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>