From patchwork Thu Mar 6 16:20:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddhesh Poyarekar X-Patchwork-Id: 1 Return-Path: libc-alpha-return-47886-siddhesh=redhat.com@sourceware.org Received: from zmta06.collab.prod.int.phx2.redhat.com (LHLO zmta06.collab.prod.int.phx2.redhat.com) (10.5.81.13) by zmail09.collab.prod.int.phx2.redhat.com with LMTP; Thu, 6 Mar 2014 11:20:36 -0500 (EST) Received: from zmta06.collab.prod.int.phx2.redhat.com (localhost [127.0.0.1]) by zmta06.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id E9A45166276 for ; Thu, 6 Mar 2014 11:20:35 -0500 (EST) Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by zmta06.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id E5C8A16613A for ; Thu, 6 Mar 2014 11:20:35 -0500 (EST) Received: from mx1.redhat.com (ext-mx13.extmail.prod.ext.phx2.redhat.com [10.5.110.18]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s26GKZQ3020882 for ; Thu, 6 Mar 2014 11:20:35 -0500 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s26GKYKX024597 for ; Thu, 6 Mar 2014 11:20:35 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=f4D qo3WmnSvvl5YBK6gSQ5c6vwZ9CfIs++pxTk1qxVo50oPMdES5oKy7QoXrkfkEaf7 EOFgUmiofS2tfhuzmc6yDjhU95793OuQeu4gzc+O1B+nn84aNpn3af/sma2bNpKe iCIYR+hOilPiMxemfRkVHdG1jK/kIg0oxcBnt/3A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=W/dWk97ok Ua78hfsUh3eVEStysE=; b=WL8ctft9ZxEtoUsWQ0loiJGZ7hxP798E+pnrCFzMZ EvyOpgyW3H0kbFLQA5Pj8ukbLErmN1v77CcG4FiuTJIPCMu8ZZOu9awsc3pQGKQr UWaoXJ5nxBh9kwTvg15PqprQ8EhdLvZLdXW7TzAGfaIOgpaAJeAldig+3Rqy8t0N GE= Received: (qmail 31894 invoked by alias); 6 Mar 2014 16:20:32 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 31863 invoked by uid 89); 6 Mar 2014 16:20:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Date: Thu, 6 Mar 2014 21:50:55 +0530 From: Siddhesh Poyarekar To: libc-alpha@sourceware.org Subject: [PATCH] Fix minor formatting in time.h Message-ID: <20140306162055.GP1722@spoyarek.pnq.redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.22.1-rc1 (2013-10-16) X-RedHat-Spam-Score: -4.212 (BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_MED, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.18 Status: RO Content-Length: 547 Lines: 22 Hi, I'm testing a pilot installation of patchwork on my domain (patchwork.siddhesh.in). Hopefully this email will turn up there. Siddhesh * include/time.h: Fix formatting. diff --git a/include/time.h b/include/time.h index 8dd10dc..6b77493 100644 --- a/include/time.h +++ b/include/time.h @@ -38,7 +38,7 @@ extern struct tm _tmbuf attribute_hidden; /* Defined in tzset.c. */ extern char *__tzstring (const char *string); -/* Defined in tzset.c. */ +/* Defined in tzset.c. */ extern size_t __tzname_cur_max attribute_hidden;