summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-09-24 23:09:10 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-09-24 23:09:10 +0000
commited40931a909f8fb5719389967219c93e6e78330c (patch)
tree32b39245cfd5a64f6303a9f7d5cf3f8b97b27f62 /include
parent71dfdfb38edd5502ea614c8765f194ba86d2cec3 (diff)
Copyright...
Diffstat (limited to 'include')
-rw-r--r--include/stdbool.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/stdbool.h b/include/stdbool.h
index f2cd0a27142..7324f4b3229 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -1,4 +1,10 @@
-/* $OpenBSD: stdbool.h,v 1.1 1999/09/24 22:33:10 espie Exp $ */
+/* $OpenBSD: stdbool.h,v 1.2 1999/09/24 23:09:09 espie Exp $ */
+
+/*
+ * Written by Marc Espie, September 25, 1999
+ * Public domain.
+ */
+
#ifndef _STDBOOL_H_
#define _STDBOOL_H_