mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
one more FreeBSD compile warning fix (bug #3938)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -89,7 +89,9 @@ static const char elsieid[] = "@(#)localtime.c 7.57";
|
||||
|
||||
static char wildabbr[] = "WILDABBR";
|
||||
|
||||
static const char gmt[] = "GMT";
|
||||
/* FreeBSD defines 'zone' in 'struct tm' as non-const, so don't declare this
|
||||
string as const. */
|
||||
static char gmt[] = "GMT";
|
||||
|
||||
struct ttinfo { /* time type information */
|
||||
long tt_gmtoff; /* GMT offset in seconds */
|
||||
|
Reference in New Issue
Block a user