This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/21260] [alpha] struct netent n_net wrong type


https://sourceware.org/bugzilla/show_bug.cgi?id=21260

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bb5cc234e1db6a439841f8c4e7e7368b1348fca3 (commit)
      from  c33eac51f4a8aa6a7ea77cccf6bea3f417eaff6d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bb5cc234e1db6a439841f8c4e7e7368b1348fca3

commit bb5cc234e1db6a439841f8c4e7e7368b1348fca3
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Mar 17 02:42:16 2017 +0000

    conformtest: Add alpha XFAIL for struct netent n_net type (bug 21260).

    As noted in bug 21260, sysdeps/unix/sysv/linux/alpha/bits/netdb.h
    defines struct netent with n_net of type unsigned long instead of the
    correct uint32_t.  This patch XFAILs that test in the conformtest
    expectations for alpha.  (This is not a fix for the bug, and it should
    not be closed without an actual fix.)

    Tested for alpha with build-many-glibcs.py.

        [BZ #21260]
        * sysdeps/unix/sysv/linux/alpha/Makefile
        [$(subdir) = conform] (conformtest-xfail-conds): New variable.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                              |    4 ++++
 conform/data/netdb.h-data              |    3 ++-
 sysdeps/unix/sysv/linux/alpha/Makefile |    5 +++++
 3 files changed, 11 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]