diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-12-03 21:06:07 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-12-03 21:06:07 +0000 |
| commit | 786e4fc47d40de5d7e0b56f15c68843447ae5eaa (patch) | |
| tree | 8fe4d7bf4cdb96bcb94dc59cc29120e2b1405a5c /sys | |
| parent | 43d9d89b3f32f111e4a330d6756471e9d9032491 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/linux32/linux32_sysvec.c | 2 |
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; } |
