comparison zotnet/tws/dtimep.lex @ 17:76d91e545ea8 default tip

addrsbr and dtimep fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 24 Nov 2014 14:49:25 +0900
parents 441a2190cfae
children
comparison
equal deleted inserted replaced
16:07f8972434be 17:76d91e545ea8
140 #else /* BSD42 */ 140 #else /* BSD42 */
141 #include <sys/time.h> 141 #include <sys/time.h>
142 #endif /* BSD42 */ 142 #endif /* BSD42 */
143 #endif 143 #endif
144 144
145 static zonehack (tw) 145 static void zonehack (tw)
146 register struct tws *tw; 146 register struct tws *tw;
147 { 147 {
148 register struct tm *tm; 148 register struct tm *tm;
149 149
150 if (twclock (tw) == -1L) 150 if (twclock (tw) == -1L)