Use sys/xattr.h instead of attr/xattr.h 45/248145/1 accepted/tizen_6.5_base accepted/tizen_6.5_base_tool accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix accepted/tizen_8.0_base accepted/tizen_base_tool tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base accepted/tizen/6.5/base/20230714.002609 accepted/tizen/6.5/base/tool/20211027.120522 accepted/tizen/7.0/base/20230714.003017 accepted/tizen/7.0/base/hotfix/20230714.003829 accepted/tizen/7.0/base/tool/20221028.121328 accepted/tizen/7.0/base/tool/hotfix/20221115.085841 accepted/tizen/8.0/base/20231005.044945 accepted/tizen/base/20230714.003421 accepted/tizen/base/tool/20201126.231519 accepted/tizen/base/tool/20230405.065208 submit/tizen_6.5_base/20211026.180901 submit/tizen_6.5_base/20211027.183101 submit/tizen_6.5_base/20211027.200801 submit/tizen_7.0_base/20221028.201101 submit/tizen_7.0_base_hotfix/20221115.161601 submit/tizen_base/20201123.044849 submit/tizen_base/20230404.081938 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorCheoleun Moon <chleun.moon@samsung.com>
Mon, 23 Nov 2020 04:24:58 +0000 (13:24 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Mon, 23 Nov 2020 04:28:06 +0000 (13:28 +0900)
<attr/xattr.h> is removed from attr 2.4.48.
https://git.savannah.nongnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38

Change-Id: I0f5b49f6bc83226d7605d351ec7e60ab5daac493

netstat.c

index 897b6bf..b3e5203 100644 (file)
--- a/netstat.c
+++ b/netstat.c
@@ -88,7 +88,7 @@
 #include <sys/stat.h>
 #include <net/if.h>
 #include <dirent.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 
 #if HAVE_SELINUX
 #include <selinux/selinux.h>