From owner-cvs-all Thu Oct 5 22:20: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C15FB37B502; Thu, 5 Oct 2000 22:20:02 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA40739; Thu, 5 Oct 2000 22:20:02 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010060520.WAA40739@freefall.freebsd.org> From: John Baldwin Date: Thu, 5 Oct 2000 22:20:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker.h src/sys/kern link_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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