From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id C907C385483B for ; Mon, 19 Oct 2020 08:50:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C907C385483B Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-439-MNQdjFN5P9K0fF1tN4D0NQ-1; Mon, 19 Oct 2020 04:50:20 -0400 X-MC-Unique: MNQdjFN5P9K0fF1tN4D0NQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CF7D4801F99; Mon, 19 Oct 2020 08:50:19 +0000 (UTC) Received: from oldenburg2.str.redhat.com (ovpn-112-203.ams2.redhat.com [10.36.112.203]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E62036EF41; Mon, 19 Oct 2020 08:50:18 +0000 (UTC) From: Florian Weimer To: Jonny Grant Cc: libc-alpha@sourceware.org Subject: Re: rt: Fix comments in References: <4252d593-88df-d608-fbe9-fb7611aa5993@jguk.org> Date: Mon, 19 Oct 2020 10:50:17 +0200 In-Reply-To: <4252d593-88df-d608-fbe9-fb7611aa5993@jguk.org> (Jonny Grant's message of "Tue, 6 Oct 2020 21:37:25 +0100") Message-ID: <87mu0ibnw6.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2020 08:50:24 -0000 * Jonny Grant: > --- aliases.h.orig=092020-10-06 21:33:51.461055723 +0100 > +++ aliases.h=092020-10-06 21:34:38.529434711 +0100 > @@ -22,10 +22,9 @@ > =20 > #include > =20 > - > __BEGIN_DECLS > =20 > -/* Structure to represent one entry of the alias data base. */ > +/* Structure to represent one entry of the alias database. */ > struct aliasent > { > char *alias_name; > @@ -35,16 +34,16 @@ > }; > =20 > =20 > -/* Open alias data base files. */ > +/* Open alias database files. */ > extern void setaliasent (void) __THROW; > =20 > -/* Close alias data base files. */ > +/* Close alias database files. */ > extern void endaliasent (void) __THROW; > =20 > -/* Get the next entry from the alias data base. */ > +/* Get the next entry from the alias database. */ > extern struct aliasent *getaliasent (void) __THROW; > =20 > -/* Get the next entry from the alias data base and put it in RESULT_BUF.= */ > +/* Get the next entry from the alias database and put it in RESULT_BUF. = */ > extern int getaliasent_r (struct aliasent *__restrict __result_buf, > =09=09=09 char *__restrict __buffer, size_t __buflen, > =09=09=09 struct aliasent **__restrict __result) __THROW; Please send patches with the full path, so that they can be applied using =E2=80=9Cgit am=E2=80=9D. =E2=80=9Crt=E2=80=9D should refer to the subsystem (probably =E2=80=9Cinet= =E2=80=9D in this case). Thanks, Florian --=20 Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'N= eill