[Asterisk-cvs] zaptel ztdummy.c,1.10,1.11
markster at lists.digium.com
markster at lists.digium.com
Wed May 25 15:10:47 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv1014
Modified Files:
ztdummy.c
Log Message:
Turn off USE_RTC by default (bug #4301)
Index: ztdummy.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztdummy.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ztdummy.c 25 May 2005 17:58:36 -0000 1.10
+++ ztdummy.c 25 May 2005 19:14:54 -0000 1.11
@@ -45,8 +45,10 @@
* the #define USE_RTC should be commented out.
*/
#if defined(__i386__)
+#if 0
#define USE_RTC
#endif
+#endif
#include <linux/kernel.h>
#include <linux/errno.h>
More information about the svn-commits
mailing list