* utils.c (strcmp_iw): Add a hack to allow "FOO(ARGS)" to
[deliverable/binutils-gdb.git] / gdb / remote-vx.c
index a47ed35c88d1a9f1aee07d62fbdb53d7b7a67b24..3ba3b88c6809818606de5386f82d070d27028588 100644 (file)
@@ -35,8 +35,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/socket.h>
+#define malloc bogon_malloc    /* Sun claims "char *malloc()" not void * */
 #define free bogon_free                /* Sun claims "int free()" not void */
 #include <rpc/rpc.h>
+#undef malloc
 #undef free
 #include <sys/time.h>          /* UTek's <rpc/rpc.h> doesn't #incl this */
 #include <netdb.h>
This page took 0.023324 seconds and 4 git commands to generate.