提交 f4cd624b 编写于 作者: S steven_q

support for build libselinux.

Signed-off-by: Nqichanggui <qichanggui@huawei.com>

Change-Id: Ie75a271203ed4cd983422c38b66d93dde3e2f6d1
上级 9a54e6a6
...@@ -158,7 +158,7 @@ typedef struct _ftsent { ...@@ -158,7 +158,7 @@ typedef struct _ftsent {
FTS *fts_fts; /* back pointer to main FTS */ FTS *fts_fts; /* back pointer to main FTS */
} FTSENT; } FTSENT;
#include <sys/cdefs.h> #include <sys/sys/cdefs.h>
__BEGIN_DECLS __BEGIN_DECLS
FTSENT *fts_children(FTS *, int); FTSENT *fts_children(FTS *, int);
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* $OpenBSD: fts.c,v 1.22 1999/10/03 19:22:22 millert Exp $ * $OpenBSD: fts.c,v 1.22 1999/10/03 19:22:22 millert Exp $
*/ */
#include <sys/cdefs.h> #include <sys/sys/cdefs.h>
#include <sys/param.h> #include <sys/param.h>
#include <sys/mount.h> #include <sys/mount.h>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include <unistd.h> #include <unistd.h>
#include <linux/magic.h> #include <linux/magic.h>
#include "fts.h" #include "include/fts.h"
static FTSENT *fts_alloc(FTS *, char *, size_t); static FTSENT *fts_alloc(FTS *, char *, size_t);
static FTSENT *fts_build(FTS *, int); static FTSENT *fts_build(FTS *, int);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册