From patchwork Mon Dec 3 17:17:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever III X-Patchwork-Id: 1834481 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 56C383FCD5 for ; Mon, 3 Dec 2012 17:18:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755334Ab2LCRSB (ORCPT ); Mon, 3 Dec 2012 12:18:01 -0500 Received: from mail-ia0-f174.google.com ([209.85.210.174]:56809 "EHLO mail-ia0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755214Ab2LCRSB (ORCPT ); Mon, 3 Dec 2012 12:18:01 -0500 Received: by mail-ia0-f174.google.com with SMTP id y25so2332477iay.19 for ; Mon, 03 Dec 2012 09:18:01 -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=rsijfEGstzOnAUbeDtxHg1XfQj+THrdmBtW6uLZ1s4s=; b=BHiSFp0H8SguUnTa2PA2M8CTTFNjQUBsmfLrodJtsNhUv2kxgPS1+0kWiEMTRIXn/p kPgs+lzSfoyZ8JZfjkBoLExP4+6x68FWRbmrRglQLVKerDCeCSPSt4z9YXwWrMHs0U5K d5jySVOv/mhNGo+t7d/eXRy5kEDIeXedwhbnB2F+YPSqb++XCyllR1b3NZqCD5GW3wb+ kEwr/xLPuXOJFzKWvcnXirvp+p/iPrqkl0laAVT7ofBOKuCmCqNehnzCrgkrro/4Ntfn jq0ey3EZudvamBTSzHzldP1GR48cHJrFUde+COOmaP1lK1SXucc3CtZaNYP1Y0uO1VyL LdOg== Received: by 10.50.196.166 with SMTP id in6mr7124825igc.63.1354555080998; Mon, 03 Dec 2012 09:18:00 -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 az6sm7459933igb.11.2012.12.03.09.18.00 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 09:18:00 -0800 (PST) From: Chuck Lever Subject: [PATCH 4/5] libexport.a: xtab.c no longer needs #include xmalloc.h To: steved@redhat.com Cc: linux-nfs@vger.kernel.org Date: Mon, 03 Dec 2012 12:17:59 -0500 Message-ID: <20121203171759.1390.38832.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/xtab.c | 2 +- 1 files changed, 1 insertions(+), 1 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/xtab.c b/support/export/xtab.c index 2a43193..e953071 100644 --- a/support/export/xtab.c +++ b/support/export/xtab.c @@ -14,7 +14,7 @@ #include #include #include -#include "xmalloc.h" + #include "nfslib.h" #include "exportfs.h" #include "xio.h"