[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libc6 select problem SOLVED



	I think I've discovered the problem...

	I have two Sparcs handy, with exactly the same config, and the
same packages installed; one of them showed the problem but the other
didn't.  The only difference between them is the kernel, so I thought
it might be kernel related.

	I've investigated a bit, and I think this patch to the Linux
Kernel should fix this problem:

======================================================================
--- linux/arch/sparc/kernel/systbls.S~	Sun Dec 14 19:37:14 1997
+++ linux/arch/sparc/kernel/systbls.S	Sun Jan  4 00:30:16 1998
@@ -122,7 +122,7 @@
 	.long C_LABEL(sys_create_module), C_LABEL(sys_delete_module)
 	.long C_LABEL(sys_get_kernel_syms), C_LABEL(sys_getpgid), C_LABEL(sys_bdflush)
 	.long C_LABEL(sys_sysfs), C_LABEL(sys_nis_syscall), C_LABEL(sys_setfsuid)
-	.long C_LABEL(sys_setfsgid), C_LABEL(sys_llseek), C_LABEL(sys_time)
+	.long C_LABEL(sys_setfsgid), C_LABEL(sys_select), C_LABEL(sys_time)
 	.long C_LABEL(sys_nis_syscall), C_LABEL(sys_stime), C_LABEL(sys_nis_syscall)
 	.long C_LABEL(sys_nis_syscall), C_LABEL(sys_llseek)
 	/* "We are the Knights of the Forest of Ni!!" */
======================================================================

	It's against sparclinux-2.0.32-971208 from vger, but it should
apply cleanly to almost any modern version of the Linux kernel.

	Please tell me if this solves your problems... it worked for
me.

-- 
Juan Cespedes


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-sparc-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: