Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mac68k/mac68k
Module Name: src
Committed By: andvar
Date: Sat Sep 23 13:45:50 UTC 2023
Modified Files:
src/sys/arch/mac68k/mac68k: machdep.c
Log Message:
pass just l param to exec_aout_prep_oldzmagic instead of l->l_proc.
In a huge "merge ktrace-lwp." commit struct proc was changed by struct lwp.
seemingly all 68k ports just replaced p with l, however mac68k changed to
refer to l->l_proc. I assume it was accidental leftover during refactoring.
fixes COMPAT_NOMID enabled build for mac68k.
To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 src/sys/arch/mac68k/mac68k/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index