mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	More cleanups and OSX fixes for 10.3
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1187,8 +1187,8 @@ register struct tm * const		tmp; | ||||
| #endif /* defined TM_GMTOFF */ | ||||
| } | ||||
|  | ||||
| static char * | ||||
| ctime(timep) | ||||
| char * | ||||
| ast_ctime(timep) | ||||
| const time_t * const	timep; | ||||
| { | ||||
| /* | ||||
| @@ -1200,8 +1200,8 @@ const time_t * const	timep; | ||||
| 	return asctime(localtime(timep)); | ||||
| } | ||||
|  | ||||
| static char * | ||||
| ctime_r(timep, buf) | ||||
| char * | ||||
| ast_ctime_r(timep, buf) | ||||
| const time_t * const	timep; | ||||
| char *buf; | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user