From owner-cvs-all@FreeBSD.ORG Sun Nov 26 19:49:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA0A016A55E; Sun, 26 Nov 2006 19:49:12 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3839343DE1; Sun, 26 Nov 2006 19:24:26 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJPBPS017885; Sun, 26 Nov 2006 19:25:11 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJPB4D017884; Sun, 26 Nov 2006 19:25:11 GMT (envelope-from yar) Message-Id: <200611261925.kAQJPB4D017884@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 26 Nov 2006 19:25:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 19:49:13 -0000 yar 2006-11-26 19:25:11 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.h Log: The real contents of this file were repeated twice. The repetition was harmless due to a usual #ifndef _FOO_H_ wrapper. Fortunately, nobody started to hack the second copy, so just remove it from the file. MFC after: 3 days Revision Changes Path 1.3 +0 -66 src/usr.bin/systat/convtbl.h