removed stuff which should not be here.

This commit is contained in:
deraadt 1993-06-14 17:34:53 +00:00
parent 42fb89da69
commit 4332fde98f

View File

@ -49,7 +49,6 @@
# define NULL 0
#endif
void *malloc();
#define mem_alloc(bsize) malloc(bsize)
#define mem_free(ptr, bsize) free(ptr)
@ -58,11 +57,4 @@ void *malloc();
#endif
#include <sys/time.h>
#ifndef INADDR_LOOPBACK
#define INADDR_LOOPBACK (u_long)0x7F000001
#endif
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 64
#endif
#endif /* !_RPC_TYPES_H */