version 1.21 | version 1.22 | |||
---|---|---|---|---|
|
| |||
struct dirent dent; /* the dirent to return */ | struct dirent dent; /* the dirent to return */ | |||
} DIR; | } DIR; | |||
typedef int socklen_t; /* Doesn't exist, just a plain int. */ | #ifndef socklen_t | |||
#define socklen_t int /* Doesn't exist, just a plain int */ | ||||
#endif | ||||
/* Function prototypes */ | /* Function prototypes */ | |||
extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info); | extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info); |
Legend:
|