Mercurial > MadButterfly
comparison src/timertool.c @ 185:c7e5b8779bb5 include_mb_test
Move header files into include/mb/ subdirectory and remove symlink 'mb'.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 04 Nov 2008 17:00:26 +0800 |
parents | 5df7403b6fbc |
children | 530bb7728546 |
comparison
equal
deleted
inserted
replaced
184:13c1d49c198b | 185:c7e5b8779bb5 |
---|---|
3 #ifdef __FreeBSD__ | 3 #ifdef __FreeBSD__ |
4 #include <machine/cpufunc.h> | 4 #include <machine/cpufunc.h> |
5 #include <sys/types.h> | 5 #include <sys/types.h> |
6 #include <sys/sysctl.h> | 6 #include <sys/sysctl.h> |
7 #endif | 7 #endif |
8 #include "mb_timer.h" | 8 #include "mb/mb_timer.h" |
9 | 9 |
10 | 10 |
11 #ifdef __FreeBSD__ | 11 #ifdef __FreeBSD__ |
12 void get_now(mb_timeval_t *tmo) { | 12 void get_now(mb_timeval_t *tmo) { |
13 struct timeval tv; | 13 struct timeval tv; |