Date: Sun, 10 Dec 1995 15:26:09 +0200 From: Mark Murray <mark@grondar.za> To: bugs@freebsd.org Subject: Brokenness in make world (savecore) Message-ID: <199512101326.PAA20893@grumble.grondar.za>
next in thread | raw e-mail | index | archive | help
Hi savecore will not compile: cc -O -c /a/src/sbin/savecore/savecore.c /a/src/sbin/savecore/savecore.c: In function `check_kmem': /a/src/sbin/savecore/savecore.c:276: `NKPDE' undeclared (first use this function) /a/src/sbin/savecore/savecore.c:276: (Each undeclared identifier is reported only once /a/src/sbin/savecore/savecore.c:276: for each function it appears in.) /a/src/sbin/savecore/savecore.c:276: `pt_entry_t' undeclared (first use this function) /a/src/sbin/savecore/savecore.c: In function `clear_dump': /a/src/sbin/savecore/savecore.c:301: `NKPDE' undeclared (first use this function) /a/src/sbin/savecore/savecore.c:301: `pt_entry_t' undeclared (first use this function) /a/src/sbin/savecore/savecore.c: In function `dump_exists': /a/src/sbin/savecore/savecore.c:310: `NKPDE' undeclared (first use this function) /a/src/sbin/savecore/savecore.c:310: `pt_entry_t' undeclared (first use this function) /a/src/sbin/savecore/savecore.c: In function `save_core': /a/src/sbin/savecore/savecore.c:372: `NKPDE' undeclared (first use this function) /a/src/sbin/savecore/savecore.c:372: `pt_entry_t' undeclared (first use this function) /a/src/sbin/savecore/savecore.c: In function `get_crashtime': /a/src/sbin/savecore/savecore.c:513: `NKPDE' undeclared (first use this function) /a/src/sbin/savecore/savecore.c:513: `pt_entry_t' undeclared (first use this function) *** Error code 1 Stop. -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512101326.PAA20893>