Merge pull request #1375 from myrfy001/myrfy001-patch-1
off_t changed to signed to stay the same as POSIX
This commit is contained in:
commit
1ffbafeaa6
|
@ -80,7 +80,7 @@
|
||||||
/* Types for clocks and uip_stats */
|
/* Types for clocks and uip_stats */
|
||||||
typedef unsigned short uip_stats_t;
|
typedef unsigned short uip_stats_t;
|
||||||
typedef unsigned long clock_time_t;
|
typedef unsigned long clock_time_t;
|
||||||
typedef unsigned long off_t;
|
typedef long off_t;
|
||||||
|
|
||||||
/* the low-level radio driver */
|
/* the low-level radio driver */
|
||||||
#define NETSTACK_CONF_RADIO cc2420_driver
|
#define NETSTACK_CONF_RADIO cc2420_driver
|
||||||
|
|
Loading…
Reference in a new issue