Skip to content

Commit

Permalink
sync w/ sys/time.h
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jan 27, 2004
1 parent 4693ae6 commit 99153e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbsd/sys/net/route.h
Expand Up @@ -308,7 +308,7 @@ do { \

#define RTUSE(rt) \
do { \
extern struct timeval time; \
extern volatile struct timeval time; \
int i; \
(rt)->rt_use++; \
(rt)->rt_lastreftime = time.tv_sec; \
Expand Down

0 comments on commit 99153e1

Please sign in to comment.