From owner-freebsd-bugs Thu Jul 20 14:10:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA24324 for bugs-outgoing; Thu, 20 Jul 1995 14:10:06 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA24317 ; Thu, 20 Jul 1995 14:10:04 -0700 Date: Thu, 20 Jul 1995 14:10:04 -0700 Message-Id: <199507202110.OAA24317@freefall.cdrom.com> From: Wolfram Schneider Reply-To: Wolfram Schneider To: freebsd-bugs Subject: bin/628: sa(1) print not processes which call only ounces In-Reply-To: Your message of Thu, 20 Jul 1995 22:50:21 +0200 <199507202050.WAA03081@localhost.cs.tu-berlin.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 628 >Category: bin >Synopsis: sa(1) print not processes which call only ounces >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 20 14:10:03 1995 >Originator: Wolfram Schneider >Organization: Hohenschoensiehstenich >Release: FreeBSD 2.0-ALPHA i386 >Environment: OS out of date >Description: sa(1) print not processes which call only onces >How-To-Repeat: cp /bin/ls /tmp/ELES /tmp/ELES sa | grep ELES | wc 0 0 0 # second try /tmp/ELES sa |grep ELES 2 0.00re 0.00cp 0avio 10229k ELES >Fix: --- pdb.c.old Mon Sep 26 22:22:56 1994 +++ pdb.c Thu Jul 20 19:30:03 1995 @@ -249,7 +249,7 @@ goto next; } if (!aflag && - ((ci.ci_flags & CI_UNPRINTABLE) != 0 || ci.ci_calls <= 1)) { + ((ci.ci_flags & CI_UNPRINTABLE) != 0 || ci.ci_calls < 1)) { /* put into ***other */ add_ci(&ci, &ci_other); goto next; >Audit-Trail: >Unformatted: