From owner-cvs-src-old@FreeBSD.ORG Sat Dec 18 00:31:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246C51065672 for ; Sat, 18 Dec 2010 00:31:09 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EBE248FC18 for ; Sat, 18 Dec 2010 00:31:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBI0V8RH078121 for ; Sat, 18 Dec 2010 00:31:08 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBI0V8KC078118 for cvs-src-old@freebsd.org; Sat, 18 Dec 2010 00:31:08 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <201012180031.oBI0V8KC078118@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Sat, 18 Dec 2010 00:30:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/stat stat.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2010 00:31:09 -0000 dougb 2010-12-18 00:30:52 UTC FreeBSD src repository Modified files: usr.bin/stat stat.c Log: SVN rev 216512 on 2010-12-18 00:30:52Z by dougb Bring in the relevant changes from NetBSD's 1.31: "Use strlcpy, not strncpy, when the desired semantics are strlcpy's rather than strncpy's." Note: NetBSD's 1.32 is their adoption of our r216206 Obtained from: dholland@NetBSD.org Revision Changes Path 1.18 +3 -3 src/usr.bin/stat/stat.c