Re: [PATCH] mountlist/ptsname_r: leverage AC_HEADER_MAJOR

2016-04-16 Thread Mike Frysinger
On 16 Apr 2016 13:20, Pádraig Brady wrote: > On 16/04/16 11:51, Bruno Haible wrote: > >> These two modules use makedev/major/minor but don't have explicit > >> checks for the functions. Use the existing autoconf macro which > >> will probe some headers for use and set up some defines. > > > > Does

Re: [PATCH] mountlist/ptsname_r: leverage AC_HEADER_MAJOR

2016-04-16 Thread Dmitry V. Levin
On Sat, Apr 16, 2016 at 01:20:32PM +0100, Pádraig Brady wrote: > On 16/04/16 11:51, Bruno Haible wrote: > >Hi Mike, > > > >>These two modules use makedev/major/minor but don't have explicit > >>checks for the functions. Use the existing autoconf macro which > >>will probe some headers for use and

Re: [PATCH] mountlist/ptsname_r: leverage AC_HEADER_MAJOR

2016-04-16 Thread Pádraig Brady
On 16/04/16 11:51, Bruno Haible wrote: Hi Mike, These two modules use makedev/major/minor but don't have explicit checks for the functions. Use the existing autoconf macro which will probe some headers for use and set up some defines. Does this change fix a compilation problem? You did not s

Re: [PATCH] mountlist/ptsname_r: leverage AC_HEADER_MAJOR

2016-04-16 Thread Bruno Haible
Hi Mike, > These two modules use makedev/major/minor but don't have explicit > checks for the functions. Use the existing autoconf macro which > will probe some headers for use and set up some defines. Does this change fix a compilation problem? You did not say so. Does this change make future