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 libc/1926] New: _nss_files_endnetgrent prototype mismatch


Checking glibc-2.3.5/nss/nss_files/files-netgrp.c I have found that the  
prototype of _nss_files_endnetgrent() does not match its declaration: 
 
int _nss_files_endnetgrent (struct __netgrent *result) 
 
versus declaration in glibc-2.3.5/include/netdb.h: 
 
enum nss_status _nss_files_endnetgrent (struct __netgrent *result);

-- 
           Summary: _nss_files_endnetgrent prototype mismatch
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: heiko dot nardmann at secunet dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=1926

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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