summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip/libacu/tod.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-20 14:25:46 +0000
committermarkm <markm@FreeBSD.org>2001-12-20 14:25:46 +0000
commitea00e48044b4c63ff0b00ff8afa84d9a1ac54155 (patch)
tree735e71ebf880fba90adb57f05d2821e1c63de2df /usr.bin/tip/libacu/tod.h
parent3551cbb12e15475b2d7b2e33119ddd9e4f857531 (diff)
downloadFreeBSD-src-ea00e48044b4c63ff0b00ff8afa84d9a1ac54155.zip
FreeBSD-src-ea00e48044b4c63ff0b00ff8afa84d9a1ac54155.tar.gz
Fix merge conflicts, and because this still has a zillion warnings,
protect the build with a WARNS=2. Fix the build.
Diffstat (limited to 'usr.bin/tip/libacu/tod.h')
-rw-r--r--usr.bin/tip/libacu/tod.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/tip/libacu/tod.h b/usr.bin/tip/libacu/tod.h
deleted file mode 100644
index d772230..0000000
--- a/usr.bin/tip/libacu/tod.h
+++ /dev/null
@@ -1,9 +0,0 @@
-int tod_cmp (const struct timeval *a, const struct timeval *b);
-int tod_lt (const struct timeval *a, const struct timeval *b) ;
-int tod_gt (const struct timeval *a, const struct timeval *b);
-int tod_lte (const struct timeval *a, const struct timeval *b);
-int tod_gte (const struct timeval *a, const struct timeval *b);
-int tod_eq (const struct timeval *a, const struct timeval *b);
-void tod_addto (struct timeval *a, const struct timeval *b);
-void tod_subfrom (struct timeval *a, struct timeval b);
-void tod_gettime (struct timeval *tp);
OpenPOWER on IntegriCloud