2000-05-05 Michael Snyder <msnyder@seadog.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 5 May 2000 18:29:33 +0000 (18:29 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 5 May 2000 18:29:33 +0000 (18:29 +0000)
commit6c1a54b22b5b3bd140126b93eba4436781a6983d
tree69475fd0603850927ca519c8fe18a7dcea34b6ac
parentf5b8946ca69d5e64d01e37ecad9d93b61e0d13b7
2000-05-05  Michael Snyder  <msnyder@seadog.cygnus.com>

        * procfs.c (many functions): change int cmd; to long cmd;
        Solaris /proc API calls this parameter a long, and requires it
        for 64-bit hosts (where sizeof(long) != sizeof(int)).  UnixWare
        calls it an int, but on existing UnixWare hosts, int and long
        are the same size.  So long it must be.  If a future UnixWare
        version has problems with this, we'll have to use autoconf.
        * proc-api.c (write_with_trace): use long instead of int.
gdb/ChangeLog
gdb/proc-api.c
gdb/procfs.c
This page took 0.024749 seconds and 4 git commands to generate.