attilio 2007-07-23 23:16:53 UTC FreeBSD src repository
Modified files: sys/kern kern_kse.c Log: upcall_free() was only used in kse_GC() which has been removed so it now results unused; this, with -Werror option of gcc, rise a warning for gcc which let the buildkernel to be busted. Fix this removing upcall_free(). Reported by: various Approved by: jeff Approved by: re Pointy hat to: attilio Revision Changes Path 1.233 +0 -8 src/sys/kern/kern_kse.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"