From owner-cvs-all Wed Oct 14 09:16:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14560 for cvs-all-outgoing; Wed, 14 Oct 1998 09:16:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14551; Wed, 14 Oct 1998 09:16:53 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA08901; Wed, 14 Oct 1998 09:16:51 -0700 (PDT) Date: Wed, 14 Oct 1998 09:16:51 -0700 (PDT) Message-Id: <199810141616.JAA08901@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/gcore gcore.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/10/14 09:16:51 PDT Modified files: usr.bin/gcore gcore.c Log: Check the executable's header to make sure it is a valid executable. If it is ELF, print a diagnostic saying that it is not supported yet by this program. This is a stop-gap anti-bug-report measure because it looks like there won't be time to implement gcore's ELF support before 3.0 is released. Revision Changes Path 1.10 +9 -1 src/usr.bin/gcore/gcore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message