From owner-cvs-src@FreeBSD.ORG Sat Apr 14 16:09:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B09516A403; Sat, 14 Apr 2007 16:09:24 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA35913C480; Sat, 14 Apr 2007 16:09:23 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EG9N4Z002605; Sat, 14 Apr 2007 16:09:23 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EG9Naj002604; Sat, 14 Apr 2007 16:09:23 GMT (envelope-from maxim) Message-Id: <200704141609.l3EG9Naj002604@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 14 Apr 2007 16:09:23 +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/sbin/atm/atmconfig diag.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 16:09:24 -0000 maxim 2007-04-14 16:09:23 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig diag.c Log: o IFNAMSIZ includes a terminating null byte. Submitted by: rdivacky MFC after: 1 week Revision Changes Path 1.8 +1 -1 src/sbin/atm/atmconfig/diag.c