Fix some obvious type warnings.
This commit is contained in:
@ -1355,8 +1355,8 @@ process_named_servermsg (session *sess, char *buf, char *rawname, char *word_eol
|
||||
/* Returns the timezone offset. This should be the same as the variable
|
||||
* "timezone" in time.h, but *BSD doesn't have it.
|
||||
*/
|
||||
static int
|
||||
get_timezone(void)
|
||||
static time_t
|
||||
get_timezone (void)
|
||||
{
|
||||
struct tm tm_utc, tm_local;
|
||||
time_t t, time_utc, time_local;
|
||||
|
Reference in New Issue
Block a user