From owner-cvs-src@FreeBSD.ORG Sat Nov 15 16:00:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE1716A4CE; Sat, 15 Nov 2003 16:00:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A889E43F85; Sat, 15 Nov 2003 16:00:07 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG007XJ009516; Sat, 15 Nov 2003 16:00:07 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG007LD009515; Sat, 15 Nov 2003 16:00:07 -0800 (PST) (envelope-from imp) Message-Id: <200311160000.hAG007LD009515@repoman.freebsd.org> From: Warner Losh Date: Sat, 15 Nov 2003 16:00:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/nfsclient Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 16 Nov 2003 00:00:09 -0000 imp 2003/11/15 16:00:07 PST FreeBSD src repository Modified files: sys/modules/nfsclient Makefile Log: Quick hack to make the nfsclient.ko loadable again. This brings in the nfsv4 files. It is intended to be a short-term bridge while alfred deals with the problem in a better way (eg, don't hesitate to back this out when the real fix comes along). I've not heard back from alfred in a few hours and other people are hitting this problem. Approved by: markm, rwatson, grog, murray Revision Changes Path 1.27 +12 -1 src/sys/modules/nfsclient/Makefile