comparison zotnet/tws/dtimep.c @ 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 07f8972434be
children
comparison
equal deleted inserted replaced
16:07f8972434be 17:76d91e545ea8
112 #include <time.h> 112 #include <time.h>
113 #else /* BSD42 */ 113 #else /* BSD42 */
114 #include <sys/time.h> 114 #include <sys/time.h>
115 #endif /* BSD42 */ 115 #endif /* BSD42 */
116 #endif 116 #endif
117
118 extern int lex_string( char **, int) ;
119 117
120 static void zonehack (tw) 118 static void zonehack (tw)
121 register struct tws *tw; 119 register struct tws *tw;
122 { 120 {
123 register struct tm *tm; 121 register struct tm *tm;