git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
release the dnode lock after EACCESS in path walk
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
types.h
diff --git
a/lunaix-os/includes/lunaix/types.h
b/lunaix-os/includes/lunaix/types.h
index fe06333f1939e18ac07f32aa8dd4ea7210c8653d..6ce5fcf3b71873e3ea2b7ce4243c03bff658aac0 100644
(file)
--- a/
lunaix-os/includes/lunaix/types.h
+++ b/
lunaix-os/includes/lunaix/types.h
@@
-16,9
+16,6
@@
typedef unsigned int u32_t;
typedef unsigned long ptr_t;
typedef unsigned long reg_t;
-typedef unsigned int uid_t;
-typedef unsigned int gid_t;
-
#ifndef CONFIG_ARCH_BITS_64
typedef unsigned long long u64_t;
#else