Date: Thu, 17 Jan 2002 23:55:23 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 db_interface.c Message-ID: <200201180755.g0I7tNj12618@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2002/01/17 23:55:23 PST Modified files: sys/ia64/ia64 db_interface.c Log: Add a definition of ddb_regs. ddb_regs is declared as extern in db_machdep.h to fix the link failure (multiple definitions) caused by disabling the emission of common symbols. As a result, there were no definitions at all. While here, remove useless declarations. Revision Changes Path 1.16 +2 -5 src/sys/ia64/ia64/db_interface.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?200201180755.g0I7tNj12618>