aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-12-03 21:06:07 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-12-03 21:06:07 +0000
commit786e4fc47d40de5d7e0b56f15c68843447ae5eaa (patch)
tree8fe4d7bf4cdb96bcb94dc59cc29120e2b1405a5c /sys
parent43d9d89b3f32f111e4a330d6756471e9d9032491 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/linux32/linux32_sysvec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c
index 9f445010a558..8490e65fd8b4 100644
--- a/sys/amd64/linux32/linux32_sysvec.c
+++ b/sys/amd64/linux32/linux32_sysvec.c
@@ -1120,7 +1120,7 @@ linux_elf_modevent(module_t mod, int type, void *data)
printf("Could not deinstall ELF interpreter entry\n");
break;
default:
- break;
+ return EOPNOTSUPP;
}
return error;
}