Fix a typo in the binmisc option name
This should be spelt IMGACT_BINMISC to match the filename. The option name does not appear outside of sys/conf and this module is typically used via the kernel module imgact_binmisc.ko. MFC After: 2 weeks
This commit is contained in:
parent
bb2d13b686
commit
eb6f48854d
@ -2772,7 +2772,7 @@ options RANDOM_ENABLE_UMA # slab allocator
|
||||
options RANDOM_ENABLE_ETHER # ether_input
|
||||
|
||||
# Module to enable execution of application via emulators like QEMU
|
||||
options IMAGACT_BINMISC
|
||||
options IMGACT_BINMISC
|
||||
|
||||
# zlib I/O stream support
|
||||
# This enables support for compressed core dumps.
|
||||
|
@ -3772,7 +3772,7 @@ kern/bus_if.m standard
|
||||
kern/clock_if.m standard
|
||||
kern/cpufreq_if.m standard
|
||||
kern/device_if.m standard
|
||||
kern/imgact_binmisc.c optional imagact_binmisc
|
||||
kern/imgact_binmisc.c optional imgact_binmisc
|
||||
kern/imgact_elf.c standard
|
||||
kern/imgact_elf32.c optional compat_freebsd32
|
||||
kern/imgact_shell.c standard
|
||||
|
@ -110,7 +110,7 @@ FILEMON opt_dontuse.h
|
||||
FFCLOCK
|
||||
FULL_PREEMPTION opt_sched.h
|
||||
GZIO opt_gzio.h
|
||||
IMAGACT_BINMISC opt_dontuse.h
|
||||
IMGACT_BINMISC opt_dontuse.h
|
||||
IPI_PREEMPTION opt_sched.h
|
||||
GEOM_BDE opt_geom.h
|
||||
GEOM_CACHE opt_geom.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user