From owner-cvs-all Sat Sep 5 00:57:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28980 for cvs-all-outgoing; Sat, 5 Sep 1998 00:57:51 -0700 (PDT) (envelope-from owner-cvs-all) 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 AAA28975; Sat, 5 Sep 1998 00:57:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19499; Sat, 5 Sep 1998 00:57:44 -0700 (PDT) Date: Sat, 5 Sep 1998 00:57:44 -0700 (PDT) Message-Id: <199809050757.AAA19499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gmon mcount.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/05 00:57:44 PDT Modified files: lib/libc/gmon mcount.c Log: Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to do profiling on alpha yet. Revision Changes Path 1.14 +2 -2 src/lib/libc/gmon/mcount.c