Fix typo.

This commit is contained in:
Ralf Corsepius
2006-11-16 14:55:42 +00:00
parent c3ed74e033
commit c9478cd810

View File

@@ -129,7 +129,7 @@ struct rtems_bsdnet_ifconfig;
*/
#define malloc(size,type,flags) rtems_bsdnet_malloc(size,type,flags)
#define free(ptr,type) rtems_bsdnet_free(ptr,type)
#define timeout(ftn,arg,ticks) rtems_bsdnet_timeout(ftp,arg,ticks)
#define timeout(ftn,arg,ticks) rtems_bsdnet_timeout(ftn,arg,ticks)
#define M_NOWAIT 0x0001
void *rtems_bsdnet_malloc (size_t size, int type, int flags);