summaryrefslogtreecommitdiffstats
path: root/lib/qtimers.h
diff options
context:
space:
mode:
authorChris Hall (GMCH) <chris.hall@highwayman.com>2009-12-08 16:41:25 +0000
committerChris Hall (GMCH) <chris.hall@highwayman.com>2009-12-08 16:41:25 +0000
commit38db244955dcaf0fe50cf0da732b13735fdc0de0 (patch)
tree1555e912e98cb40a3e7075bee7fbf7c76e27ea13 /lib/qtimers.h
parent601127bf9b0a53d2d3ea60e6bebbcbd496a51080 (diff)
downloadquagga-38db244955dcaf0fe50cf0da732b13735fdc0de0.tar.bz2
quagga-38db244955dcaf0fe50cf0da732b13735fdc0de0.tar.xz
Fixes to lib/qtime.c and lib/qtimers.h
Needs to use lldiv in qtime.c on 32bit machine.
Diffstat (limited to 'lib/qtimers.h')
-rw-r--r--lib/qtimers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/qtimers.h b/lib/qtimers.h
index 37f55d89..a4d4a1c3 100644
--- a/lib/qtimers.h
+++ b/lib/qtimers.h
@@ -20,7 +20,7 @@
*/
#ifndef _ZEBRA_QTIMERS_H
-#define _ZEBRA_QTIMERST_H
+#define _ZEBRA_QTIMERS_H
#include "zassert.h"
#include "qtime.h"
@@ -185,4 +185,4 @@ qtimer_get(qtimer qtr)
return qtr->time ;
} ;
-#endif /* _ZEBRA_QPSELECT_H */
+#endif /* _ZEBRA_QTIMERS_H */