Quantcast
Channel: 우분투 한국 커뮤니티
Viewing all articles
Browse latest Browse all 4577

Re: iptime n150ua 드라이버 설치관련 질문.

$
0
0
Author: ihavnoth
Forum: 하드웨어 게시판
Date: 2014-07-20

include/os/rt_linux.h

typedef struct _OS_FS_INFO_
{
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0)
int fsuid;
int fsgid;
#else
kuid_t fsuid;
kgid_t fsgid;
#endif
mm_segment_t fs;
} OS_FS_INFO;

Viewing all articles
Browse latest Browse all 4577

Trending Articles