From patchwork Mon Dec 3 17:17:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 1834511 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 54F21DF2F9 for ; Mon, 3 Dec 2012 17:26:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755381Ab2LCR0A (ORCPT ); Mon, 3 Dec 2012 12:26:00 -0500 Received: from mail-ie0-f178.google.com ([209.85.223.178]:63938 "EHLO mail-ie0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755214Ab2LCR0A (ORCPT ); Mon, 3 Dec 2012 12:26:00 -0500 Received: by mail-ie0-f178.google.com with SMTP id c12so5405474ieb.23 for ; Mon, 03 Dec 2012 09:25:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:subject:to:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; bh=cLNdX+ntytc3HAQt8DvxKw7hW7ZtuzPsY1lU/0PSfPM=; b=OdUgpiggPO0IYT4afYtHr1ZFMmJjGpgx29T5qdNd8CYbbIY1spCrgXM9q18LIRMVLs HUda4wPR0bQDUNJRS01eyMKhqDKmE4Nmx2MKy2ohvi6xNgQiukMla7zpT7spkSzd3dBj b1pv4DJs+cwXK5qLUE+IXbeitSvnZB1wcrYs/RSgoSFpv7lq98K+KJlbzv0Yshm7joio jSCPbBYBKnpHN+gQHgtYLaKopTlbv5mGJovQgxIBDua+p6Nb3/naVOL8SjfHQb/DA5/c 9rPR98l6Gf2rSqxM6s/EI8zjhmh7JAwQ4H1iHbvcUo7C5HZG01HpKdBG9Cf+vSh2ij60 qnfA== Received: by 10.50.153.137 with SMTP id vg9mr6948909igb.40.1354555072149; Mon, 03 Dec 2012 09:17:52 -0800 (PST) Received: from lebasque.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id s3sm8126950igb.14.2012.12.03.09.17.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 09:17:51 -0800 (PST) From: Chuck Lever Subject: [PATCH 3/5] libexport.a: rmtab.c no longer needs #include xmalloc.h To: steved@redhat.com Cc: linux-nfs@vger.kernel.org Date: Mon, 03 Dec 2012 12:17:50 -0500 Message-ID: <20121203171750.1390.90667.stgit@lebasque.1015granger.net> In-Reply-To: <20121203171549.1390.64007.stgit@lebasque.1015granger.net> References: <20121203171549.1390.64007.stgit@lebasque.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Signed-off-by: Chuck Lever --- support/export/rmtab.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/support/export/rmtab.c b/support/export/rmtab.c index 31c0f50..d16b3b3 100644 --- a/support/export/rmtab.c +++ b/support/export/rmtab.c @@ -1,7 +1,7 @@ /* - * support/export/rmntab.c + * support/export/rmtab.c * - * Interface to the rmnt file. + * Interface to the rmtab file. * */ @@ -12,7 +12,7 @@ #include #include #include -#include "xmalloc.h" + #include "misc.h" #include "nfslib.h" #include "exportfs.h"