Wed Aug 19 10:23:27 1992 Ian Lance Taylor (ian@cygnus.com)

* remote-vx.c: redefine malloc to avoid buggy declaration on
	RS/6000 <rpc/types.h>.
	xm-rs6000.h: include <sys/select.h> to define fd_set for
	<rpc/svc.h> on RS/6000.
This commit is contained in:
Ian Lance Taylor
1992-08-19 17:26:47 +00:00
parent 09952cd955
commit 0d6d92c707
3 changed files with 11 additions and 0 deletions

View 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>