[Asterisk-Dev] Re: zaptel ztdummy.c,1.10,1.11
Tony Mountifield
tony at softins.clara.co.uk
Thu May 26 00:41:41 MST 2005
In article <20050525201047.552ECFC270 at lists.digium.com>,
<markster at lists.digium.com> wrote:
> 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)
The patch at bug #4301 contains updates to both ztdummy.c and ztdummy.h.
For some reason the updated ztdummy.h hasn't made it into CVS yet.
Compiling with USE_RTC defined will fail without the updated ztdummy.h
Once ztdummy.h is in CVS, #define USE_RTC should become the default.
Cheers
Tony
> 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>
>
> _______________________________________________
> Asterisk-Cvs mailing list
> Asterisk-Cvs at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-cvs
>
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org
More information about the asterisk-dev
mailing list