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

Kevin Buettner kevinb@cygnus.com
Wed May 3 13:05:00 GMT 2000


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.


More information about the Gdb-patches mailing list