From owner-cvs-src-old@FreeBSD.ORG Sat Oct 3 12:23:43 2009 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 2884A106566B for ; Sat, 3 Oct 2009 12:23:43 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15F8C8FC08 for ; Sat, 3 Oct 2009 12:23:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n93CNgC4098146 for ; Sat, 3 Oct 2009 12:23:42 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n93CNgmZ098145 for cvs-src-old@freebsd.org; Sat, 3 Oct 2009 12:23:42 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <200910031223.n93CNgmZ098145@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sat, 3 Oct 2009 12:22:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/nfslockd Makefile src/sys/nlm nlm_prot_impl.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, 03 Oct 2009 12:23:43 -0000 nyan 2009-10-03 12:22:12 UTC FreeBSD src repository Modified files: sys/modules/nfslockd Makefile sys/nlm nlm_prot_impl.c Log: SVN rev 197730 on 2009-10-03 12:22:12Z by nyan unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENT is not defined. Now the nfslockd module works with the nfsclient module. Reviewed by: kib MFC after: 3 days Revision Changes Path 1.5 +0 -6 src/sys/modules/nfslockd/Makefile 1.21 +0 -13 src/sys/nlm/nlm_prot_impl.c