- Don't define ssize_t -- it is already done in rosdhcp.h

svn path=/trunk/; revision=42432
This commit is contained in:
Stefan Ginsberg 2009-08-06 16:57:56 +00:00
parent 71da990c0e
commit 360c153fad

View file

@ -279,9 +279,6 @@ struct hash_table {
#define MAX_TIME 0x7fffffff
#define MIN_TIME 0
#ifdef _MSC_VER
typedef SIZE_T ssize_t;
#endif
/* External definitions... */