Mercurial > flash_v2
diff packages/net/bsd_tcpip/current/include/sys/malloc.h @ 1145:a571341dd6e5
Fixed all (I hope) compiler warnings
Added back sysctl support which was removed when the stack was ported.
| author | asl |
|---|---|
| date | Wed, 30 Jul 2003 07:42:31 +0000 |
| parents | ee5b3444e088 |
| children | 56b339272cd4 |
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/include/sys/malloc.h +++ b/packages/net/bsd_tcpip/current/include/sys/malloc.h @@ -60,5 +60,7 @@ externC void cyg_net_free(caddr_t addr, #define M_IP6NDP 90 #define M_MRTABLE 89 #define M_FTABLE 88 +#define M_SYSCTLOID 100 +#define M_SYSCTL 101 #endif // _SYS_MALLOC_H_
