search for: __kernel_uid32_t

Displaying 5 results from an estimated 5 matches for "__kernel_uid32_t".

2004 Sep 02
1
__kernel_timer_t missing
...04.495486895 +0200 @@ -28,7 +28,7 @@ typedef __kernel_pid_t pid_t; typedef __kernel_daddr_t daddr_t; typedef __kernel_key_t key_t; typedef __kernel_suseconds_t suseconds_t; -typedef __kernel_timer_t timer_t; +typedef int timer_t; typedef __kernel_uid32_t uid_t; typedef __kernel_gid32_t gid_t; -- USB is for mice, FireWire is for men! sUse lINUX ag, n?RNBERG
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
...We're just trying to understand where it came > from originally and whats causing these errors exactly. > > thanks. > > > On Wed, May 08, 2002 at 12:40:55AM +0200, Jan Kara wrote: > > Hello, > > > > Umm.. I can understand complaints of compiler about __kernel_uid32_t > > in the definition of qid_t. But I can't understand those problem with > > __kernel_time_t. I can't see it anywhere in the quota.h - even time_t > > is in #ifdef __KERNEL__. Anyway creating userspace version of header > > is probably the right way out of problems....
2023 Jan 26
0
[klibc:time64] time: Use clock_* system calls for time-of-day and sleep
...s.h index b8cdb8cf..e17bc87f 100644 --- a/usr/include/sys/types.h +++ b/usr/include/sys/types.h @@ -33,6 +33,7 @@ typedef __kernel_key_t key_t; typedef __kernel_suseconds_t suseconds_t; /* typedef __kernel_timer_t timer_t; */ typedef int timer_t; +typedef __kernel_clockid_t clockid_t; typedef __kernel_uid32_t uid_t; typedef __kernel_gid32_t gid_t; diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild index 02a18e64..8b132190 100644 --- a/usr/klibc/Kbuild +++ b/usr/klibc/Kbuild @@ -29,7 +29,8 @@ klib-y += vsnprintf.o snprintf.o vsprintf.o sprintf.o \ statfs.o fstatfs.o umount.o \ creat.o open.o opena...
2004 Feb 22
3
ARM/Thumb updates and some other minor tweaks
...def __kernel_timer_t timer_t; +/* + * __kernel_timer_t is not defined in arm kernel 2.4.21-rmk2 which causes + * arm klibc builds to fail. timer_t doesn't seem to be used within klibc + * so commenting out the typedef seems like a valid fix ? + */ +//typedef __kernel_timer_t timer_t; typedef __kernel_uid32_t uid_t; typedef __kernel_gid32_t gid_t; diff -ruN klibc-0.114_orig/klibc/strntoumax.c klibc-0.114/klibc/strntoumax.c --- klibc-0.114_orig/klibc/strntoumax.c 2002-08-09 19:25:24.000000000 -0700 +++ klibc-0.114/klibc/strntoumax.c 2004-02-22 04:39:00.000000000 -0800 @@ -10,15 +10,12 @@ static inlin...
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have