From patchwork Mon Dec 3 17:17:33 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: 1834461 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 938E53FCD5 for ; Mon, 3 Dec 2012 17:17:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755388Ab2LCRRg (ORCPT ); Mon, 3 Dec 2012 12:17:36 -0500 Received: from mail-ie0-f174.google.com ([209.85.223.174]:34497 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755334Ab2LCRRf (ORCPT ); Mon, 3 Dec 2012 12:17:35 -0500 Received: by mail-ie0-f174.google.com with SMTP id c11so4554894ieb.19 for ; Mon, 03 Dec 2012 09:17:35 -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=lptx62DywcKdWYlmdF+FQLs0eBuPQlEu3Ypm8PqRIpQ=; b=GOwMLWQXnLm3ZMrke8q3XUpwKu9tF9E4O9wgIeWR6ufVdhT2IH1GponiEx6Fgv2LGS hauTFDtfbEZnDPTOsJo1/eiFBHkgCCeMehWOzsI76rrAHEpXJz5D3FD69PElQ6FIVXRj mMSgGrLT7E2N6ggr55ggNSWCAX6VUWpdZ/9Gc/Kw8jTxWmdrry0tOKc4GzLJB4SHCaGb X+H+3Cuhfhxco1vHINvKEDcKzNkYyibylfQsaakZlFobrDxOwsFY6lIYF9BFLIg5upko LGA9vak0jRrFGzk9i2QwQGirHNQ7UkCsZ0/jVUfx8qr1e21tsPwtOg8/JOa5RgJlzeIT oCug== Received: by 10.50.196.166 with SMTP id in6mr7123492igc.63.1354555055019; Mon, 03 Dec 2012 09:17:35 -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 fv6sm7412254igc.17.2012.12.03.09.17.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 09:17:34 -0800 (PST) From: Chuck Lever Subject: [PATCH 1/5] mountd: auth.c no longer needs #include xmalloc.h To: steved@redhat.com Cc: linux-nfs@vger.kernel.org Date: Mon, 03 Dec 2012 12:17:33 -0500 Message-ID: <20121203171733.1390.99087.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 --- utils/mountd/auth.c | 3 ++- 1 files changed, 2 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/utils/mountd/auth.c b/utils/mountd/auth.c index 508040a..330cab5 100644 --- a/utils/mountd/auth.c +++ b/utils/mountd/auth.c @@ -10,10 +10,12 @@ #include #endif +#include #include #include #include #include +#include #include #include "sockaddr.h" @@ -21,7 +23,6 @@ #include "nfslib.h" #include "exportfs.h" #include "mountd.h" -#include "xmalloc.h" #include "v4root.h" enum auth_error