From owner-cvs-bin Sat Jan 20 02:44:20 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA08842 for cvs-bin-outgoing; Sat, 20 Jan 1996 02:44:20 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA08686 Sat, 20 Jan 1996 02:43:58 -0800 (PST) Date: Sat, 20 Jan 1996 02:43:58 -0800 (PST) From: Mike Pritchard Message-Id: <199601201043.CAA08686@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/ps ps.c Sender: owner-cvs-bin@FreeBSD.ORG Precedence: bulk mpp 96/01/20 02:43:57 Modified: bin/ps ps.c Log: Use the correct buffer size from limits.h for the error buffer passed to kvm_open. Closes PR# 476. Submitted by: Jeffrey Hsu Revision Changes Path 1.12 +3 -2 src/bin/ps/ps.c