Browse Source

Initial revision

ceriel 37 years ago
parent
commit
5bf0a04c21
1 changed files with 6 additions and 0 deletions
  1. 6 0
      include/_tail_mon/sys/timeb.h

+ 6 - 0
include/_tail_mon/sys/timeb.h

@@ -0,0 +1,6 @@
+struct timeb {
+	time_t	time;
+	u_short	millitm;
+	short	timezone;
+	short	dstflag;
+};