[Asterisk-cvs] asterisk/stdtime localtime.c,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Sun Oct 26 12:24:47 CST 2003


Update of /usr/cvsroot/asterisk/stdtime
In directory mongoose.digium.com:/tmp/cvs-serv12438/stdtime

Modified Files:
	localtime.c 
Log Message:
Make it build and run on MacOS X


Index: localtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/stdtime/localtime.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- localtime.c	27 Sep 2003 02:45:37 -0000	1.4
+++ localtime.c	26 Oct 2003 18:50:50 -0000	1.5
@@ -1187,7 +1187,7 @@
 #endif /* defined TM_GMTOFF */
 }
 
-char *
+static char *
 ctime(timep)
 const time_t * const	timep;
 {
@@ -1200,7 +1200,7 @@
 	return asctime(localtime(timep));
 }
 
-char *
+static char *
 ctime_r(timep, buf)
 const time_t * const	timep;
 char *buf;




More information about the svn-commits mailing list