From owner-cvs-src@FreeBSD.ORG Sun Oct 3 18:22:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09FDA16A4CE; Sun, 3 Oct 2004 18:22:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD26443D55; Sun, 3 Oct 2004 18:22:35 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i93IMZZA098030; Sun, 3 Oct 2004 18:22:35 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i93IMZnZ098029; Sun, 3 Oct 2004 18:22:35 GMT (envelope-from stefanf) Message-Id: <200410031822.i93IMZnZ098029@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 3 Oct 2004 18:22:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/gprof gprof.h hertz.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 18:22:36 -0000 stefanf 2004-10-03 18:22:35 UTC FreeBSD src repository Modified files: usr.bin/gprof gprof.h hertz.c Log: Use a proper prototype for hertz(). Revision Changes Path 1.24 +1 -0 src/usr.bin/gprof/gprof.h 1.3 +2 -1 src/usr.bin/gprof/hertz.c