From owner-cvs-contrib Mon Dec 22 12:07:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA23282 for cvs-contrib-outgoing; Mon, 22 Dec 1997 12:07:50 -0800 (PST) (envelope-from owner-cvs-contrib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA23223; Mon, 22 Dec 1997 12:07:21 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA18352; Mon, 22 Dec 1997 11:39:21 -0800 (PST) Date: Mon, 22 Dec 1997 11:39:21 -0800 (PST) Message-Id: <199712221939.LAA18352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/top commands.c Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1997/12/22 11:39:20 PST Modified files: contrib/top commands.c Log: Reviewed by: William LeFebvre Change errno -> error in local structure to avoid a clash with the thread-aware version of errno which is required for a thread-safe libc. Have discussed this with the author and he has agreed to this change. 8-) Revision Changes Path 1.2 +6 -6 src/contrib/top/commands.c