Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sys/kern/imgact_elf.c 133323 2004-08-08 09:48:10Z dfr $");
---
> __FBSDID("$FreeBSD: head/sys/kern/imgact_elf.c 133464 2004-08-11 02:35:06Z marcel $");
1206a1207,1211
> /*
> * Allow for MD specific notes, as well as any MD
> * specific preparations for writing MI notes.
> */
> __elfN(dump_thread)(thr, dst, off);
1208,1209d1212
< /* XXX allow for MD specific notes. */
<