From owner-cvs-all Sun Sep 3 0: 2: 3 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 812E737B422; Sun, 3 Sep 2000 00:02:01 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40011; Sun, 3 Sep 2000 00:02:01 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200009030702.AAA40011@freefall.freebsd.org> From: Peter Wemm Date: Sun, 3 Sep 2000 00:02:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/09/03 00:02:01 PDT Modified files: sbin/savecore savecore.c Log: I'm not sure what changed to cause this, but using 'dirname' as a variable was colliding with dirname() in libc.a and causing a Sig 10/bus error. Just change dirname to savedir and be done with it. Revision Changes Path 1.34 +9 -9 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message