libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / avr-evtd / files / dont-ignore-config.patch
blob77b3f92fabe48ca961428ce4f8706b71d2f3172a
1 --- avr_evtd.old/avr_evtd.c 2006-10-29 12:27:28.000000000 -0600
2 +++ avr_evtd/avr_evtd.c 2007-12-11 09:38:40.000000000 -0600
3 @@ -108,7 +108,7 @@
4 TIMER* poffTimer=NULL;
5 TIMER* ponTimer=NULL;
6 int i_FileDescriptor = 0;
7 -time_t tt_LastMelcoAcess = 0;
8 +time_t tt_LastMelcoAcess = -1;
9 int i_TimerFlag = 0;
10 long l_ShutdownTimer=9999; /* Careful here */
11 char c_FirstTimeFlag=1;