Date: Thu, 5 Oct 2000 22:20:02 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker.h src/sys/kern link_elf.c Message-ID: <200010060520.WAA40739@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/10/05 22:20:02 PDT Modified files: sys/sys linker.h sys/kern link_elf.c Log: Correct a warning where the r_debug_state() dummy function used to trigger a breakpoint in the kernel didn't use the proper argument list. To avoid having to include the userland link.h header everyhwere that sys/linker.h is used, make r_debug_state() a static function in link_elf.c as well. Revision Changes Path 1.23 +1 -5 src/sys/sys/linker.h 1.32 +7 -4 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010060520.WAA40739>