removed stuff which should not be here.
This commit is contained in:
parent
42fb89da69
commit
4332fde98f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user