GENXY(__NR_munmap, sys_munmap), // 91
//.. GENX_(__NR_truncate, sys_truncate), // 92
//.. GENX_(__NR_ftruncate, sys_ftruncate), // 93
-//.. GENX_(__NR_fchmod, sys_fchmod), // 94
-//..
-//.. GENX_(__NR_fchown, sys_fchown16), // 95
+ GENX_(__NR_fchmod, sys_fchmod), // 94
+
+ GENX_(__NR_fchown, sys_fchown16), // 95
//.. GENX_(__NR_getpriority, sys_getpriority), // 96
//.. GENX_(__NR_setpriority, sys_setpriority), // 97
//.. GENX_(__NR_profil, sys_ni_syscall), // 98
#define __NR_munmap 91
//#define __NR_truncate 92
//#define __NR_ftruncate 93
-//#define __NR_fchmod 94
-//#define __NR_fchown 95
+#define __NR_fchmod 94
+#define __NR_fchown 95
//#define __NR_getpriority 96
//#define __NR_setpriority 97
//#define __NR_profil 98