mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Make it build and run on MacOS X
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1187,7 +1187,7 @@ register struct tm * const tmp;
|
||||
#endif /* defined TM_GMTOFF */
|
||||
}
|
||||
|
||||
char *
|
||||
static char *
|
||||
ctime(timep)
|
||||
const time_t * const timep;
|
||||
{
|
||||
@@ -1200,7 +1200,7 @@ const time_t * const timep;
|
||||
return asctime(localtime(timep));
|
||||
}
|
||||
|
||||
char *
|
||||
static char *
|
||||
ctime_r(timep, buf)
|
||||
const time_t * const timep;
|
||||
char *buf;
|
||||
|
Reference in New Issue
Block a user