This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: [PATCH]: procfs fix for 64-bits (ATTN: Nick Duffek


Kevin Buettner wrote:
> 
> On May 3, 12:55pm, msnyder@cygnus.com wrote:
> 
> > There's a potential source of conflict here between Solaris and
> > UnixWare, so I'd like Nick to check these changes out on UnixWare
> > (if possible both in 32-bit and 64-bit native modes) before I
> > check them in.  If they conflict, then we'll have to do something
> > like:
> > #ifdef UNIXWARE
> > typedef int cmd_t;
> > #else
> > typedef long cmd_t;
> > #endif
> 
> If this is necessary, we should try to devise an autoconf test.

Yep, which is exactly why I would avoid it if I can.

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