From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:36:13 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 DFDA116A415; Fri, 22 Dec 2006 23:36:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BAC3413C459; Fri, 22 Dec 2006 23:36:13 +0000 (UTC) (envelope-from rwatson@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 kBMNaDbZ052039; Fri, 22 Dec 2006 23:36:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNaD9s052038; Fri, 22 Dec 2006 23:36:13 GMT (envelope-from rwatson) Message-Id: <200612222336.kBMNaD9s052038@repoman.freebsd.org> From: Robert Watson Date: Fri, 22 Dec 2006 23:36:13 +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/sys/kern vfs_extattr.c 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: Fri, 22 Dec 2006 23:36:14 -0000 rwatson 2006-12-22 23:36:13 UTC FreeBSD src repository Modified files: sys/kern vfs_extattr.c Log: Forced commit to recognize the repo-copy of vfs_syscalls.c to vfs_extattr.c. This follows a naming convention similar to the break-out of the extended attribute system calls (etc) in NetBSD. Thanks to: simon Revision Changes Path 1.429 +0 -0 src/sys/kern/vfs_extattr.c