From patchwork Mon Jun 27 21:38:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Rees X-Patchwork-Id: 922442 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5RLfDPi031778 for ; Mon, 27 Jun 2011 21:41:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754680Ab1F0VjA (ORCPT ); Mon, 27 Jun 2011 17:39:00 -0400 Received: from merit-proxy01.merit.edu ([207.75.116.193]:47482 "EHLO merit-proxy01.merit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754116Ab1F0ViV (ORCPT ); Mon, 27 Jun 2011 17:38:21 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by merit-proxy01.merit.edu (Postfix) with ESMTP id BF1612039B3C; Mon, 27 Jun 2011 17:38:20 -0400 (EDT) X-Virus-Scanned: amavisd-new at merit-proxy01.merit.edu Received: from merit-proxy01.merit.edu ([127.0.0.1]) by localhost (merit-proxy01.merit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67TzRg8DPa9S; Mon, 27 Jun 2011 17:38:20 -0400 (EDT) Received: from merit.edu (74-126-0-171.static.123.net [74.126.0.171]) by merit-proxy01.merit.edu (Postfix) with ESMTPSA id 04B672039B39; Mon, 27 Jun 2011 17:38:19 -0400 (EDT) Date: Mon, 27 Jun 2011 17:38:19 -0400 From: Jim Rees To: Steve Dickson Cc: linux-nfs@vger.kernel.org Subject: [PATCH] comment out linux 2.6 section Message-ID: <20110627213819.GA4872@merit.edu> MIME-Version: 1.0 Content-Disposition: inline Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 27 Jun 2011 21:41:13 +0000 (UTC) These should have been commented out in my previous patch that added these lines. Linux users will uncomment them as needed. Signed-off-by: Jim Rees --- tests.init | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests.init b/tests.init index 5d93eb5..4e68930 100644 --- a/tests.init +++ b/tests.init @@ -211,11 +211,11 @@ LOCKTESTS=`echo tlocklfs tlock64` #LOCKTESTS=`echo tlocklfs tlock64` # Use with Linux 2.6 / gcc 4.0 -CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG` -LIBS=`echo -lnsl` -MOUNT=/bin/mount -UMOUNT=/bin/umount -LOCKTESTS=`echo tlocklfs tlock64` +#CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG` +#LIBS=`echo -lnsl` +#MOUNT=/bin/mount +#UMOUNT=/bin/umount +#LOCKTESTS=`echo tlocklfs tlock64` # Use with Linux if your distro doesn't provide a "cc". #CC=gcc