summaryrefslogtreecommitdiff
path: root/src/sys/timeb
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 01:32:28 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 01:32:28 -0500
commitd74c7008bbdb17db6d33eb8bcf8081a14385bdfb (patch)
tree053b2f844e828422de915167575e59c3e2205a83 /src/sys/timeb
parent5fd6f055390692694b0090fdf7bdd5ebbb1976de (diff)
remove more cruft, update dependencies
Diffstat (limited to 'src/sys/timeb')
-rw-r--r--src/sys/timeb/ftime.c10
-rw-r--r--src/sys/timeb/struct_timeb.h12
-rw-r--r--src/sys/timeb/time_t.ref3
3 files changed, 0 insertions, 25 deletions
diff --git a/src/sys/timeb/ftime.c b/src/sys/timeb/ftime.c
deleted file mode 100644
index ea1f60fb..00000000
--- a/src/sys/timeb/ftime.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sys/timeb.h>
-
-int ftime(struct timeb *tp)
-{
- return 0;
-}
-
-/*
-XOPEN(400,700)
-*/
diff --git a/src/sys/timeb/struct_timeb.h b/src/sys/timeb/struct_timeb.h
deleted file mode 100644
index 90ba63c3..00000000
--- a/src/sys/timeb/struct_timeb.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <sys/timeb.h>
-
-struct timeb {
- time_t time;
- unsigned short millitm;
- short timezone;
- short dstflag;
-};
-
-/*
-XOPEN(400,700)
-*/
diff --git a/src/sys/timeb/time_t.ref b/src/sys/timeb/time_t.ref
deleted file mode 100644
index 955b68bf..00000000
--- a/src/sys/timeb/time_t.ref
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <sys/timeb.h>
-REFERENCE(time/time_t.c)
-XOPEN(400)