- 190 名前:login:Penguin [2007/04/24(火) 17:01:11 ID:ftVo+mZf]
- feisty にしたらvmware-playerのインスコでエラーが
でてしまう。過去スレでパッチを当てるという説明があったが 小生、生まれてこのかたパッチといふものをあてたこと、あらず。 --- compat_kernel.h 2006-11-13 13:06:18.000000000 -0800 +++ ../../vmmon-only.20/include/compat_kernel.h 2006-12-22 07:02:59.000000000 -0800 @@ -18,7 +18,9 @@ * provided by x86-64, arm and other (but not by i386). */ #define __NR_compat_exit __NR_exit +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) static inline _syscall1(int, compat_exit, int, exit_code); +#endif どこからどこまでをどういうオプションをあたえてpatchコマンドを つかえばいいのか、ズバリ正解そのものを教えていただきたいと おもう所存。
|

|