From patchwork Sun Apr 17 09:10:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Janda X-Patchwork-Id: 8862611 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CD2349F1D3 for ; Sun, 17 Apr 2016 09:11:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1A81A2017D for ; Sun, 17 Apr 2016 09:11:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 255D220173 for ; Sun, 17 Apr 2016 09:11:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751543AbcDQJLP (ORCPT ); Sun, 17 Apr 2016 05:11:15 -0400 Received: from mout01.posteo.de ([185.67.36.65]:58296 "EHLO mout01.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbcDQJLP (ORCPT ); Sun, 17 Apr 2016 05:11:15 -0400 Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id 3FFB5209A0 for ; Sun, 17 Apr 2016 11:11:13 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3qnlrK0kVcz5vN8; Sun, 17 Apr 2016 11:11:13 +0200 (CEST) Date: Sun, 17 Apr 2016 11:10:34 +0200 From: Felix Janda To: libtirpc-devel@lists.sourceforge.net Cc: linux-nfs@vger.kernel.org Subject: [PATCH 4/7] Consistently include instead of Message-ID: <20160417091034.GD2737@nyan> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP is the header specified by POSIX. Signed-off-by: Felix Janda --- src/rtime.c | 2 +- src/svc_run.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rtime.c b/src/rtime.c index b642840..32ab9f0 100644 --- a/src/rtime.c +++ b/src/rtime.c @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/svc_run.c b/src/svc_run.c index f40314b..7123d51 100644 --- a/src/svc_run.c +++ b/src/svc_run.c @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include