From owner-cvs-all@FreeBSD.ORG Tue Oct 24 11:43:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B197F16A403; Tue, 24 Oct 2006 11:43:41 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA5C43D45; Tue, 24 Oct 2006 11:43:41 +0000 (GMT) (envelope-from phk@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 k9OBhfMF039934; Tue, 24 Oct 2006 11:43:41 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9OBhfbw039933; Tue, 24 Oct 2006 11:43:41 GMT (envelope-from phk) Message-Id: <200610241143.k9OBhfbw039933@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 24 Oct 2006 11:43:41 +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/fs/nwfs nwfs_subr.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: Tue, 24 Oct 2006 11:43:41 -0000 phk 2006-10-24 11:43:41 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_subr.c Log: Drop crummy fattime to timespec conversion routines. Leave a XXX here for anybody able to test. Revision Changes Path 1.17 +11 -162 src/sys/fs/nwfs/nwfs_subr.c