Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/mtk-wifi-gpl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/os/rt_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/os/rt_linux.h b/include/os/rt_linux.h
index 9c6c9ef..d7d5518 100755
--- a/include/os/rt_linux.h
+++ b/include/os/rt_linux.h
@@ -268,8 +268,8 @@ typedef struct file* RTMP_OS_FD;
typedef struct _OS_FS_INFO_
{
- int fsuid;
- int fsgid;
+ kuid_t fsuid;
+ kgid_t fsgid;
mm_segment_t fs;
} OS_FS_INFO;