netchild 2006-10-08 17:10:34 UTC FreeBSD src repository Modified files: sys/compat/linux linux_emul.c Log: - change if (cond) panic() to KASSERT. - Dont forget to free em in a case of error. Suggested by: ssouhlal Submitted by: rdivacky Tested with: LTP Revision Changes Path 1.7 +4 -3 src/sys/compat/linux/linux_emul.c