summaryrefslogtreecommitdiffstats
path: root/sys/sys/timeb.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 04:42:17 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 04:42:17 +0000
commit1f5dfa1be240017a7a4d938578b9a01ce1082391 (patch)
tree503b5194bb3f101dcab5d49f27345f4dbb655a87 /sys/sys/timeb.h
parent4141aa7be2695cd9b6bfd9884de4fdddcb1ebced (diff)
downloadFreeBSD-src-1f5dfa1be240017a7a4d938578b9a01ce1082391.zip
FreeBSD-src-1f5dfa1be240017a7a4d938578b9a01ce1082391.tar.gz
Made them all idempotent.
Reviewed by: Submitted by:
Diffstat (limited to 'sys/sys/timeb.h')
-rw-r--r--sys/sys/timeb.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h
index a1b3379..8759a7c 100644
--- a/sys/sys/timeb.h
+++ b/sys/sys/timeb.h
@@ -36,9 +36,12 @@
* SUCH DAMAGE.
*
* @(#)timeb.h 8.2 (Berkeley) 1/21/94
- * $Id$
+ * $Id: timeb.h,v 1.2 1994/08/02 07:53:49 davidg Exp $
*/
+#ifndef _SYS_TIMEB_H_
+#define _SYS_TIMEB_H_
+
/* The ftime(2) system call structure -- deprecated. */
struct timeb {
time_t time; /* seconds since the Epoch */
@@ -46,3 +49,5 @@ struct timeb {
short timezone; /* minutes west of CUT */
short dstflag; /* DST == non-zero */
};
+
+#endif
OpenPOWER on IntegriCloud