summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-22 09:10:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-22 09:10:15 +0000
commite1fa840727a68278f53aa349cd5ca12b79da6b24 (patch)
treee01f0ca6323ba06ab11e55b90819454bd7c2cdb6 /regress
parent87380d574c2af338617f92def75a97a172f2ec25 (diff)
add header
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libc/malloc/malloc0test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/lib/libc/malloc/malloc0test.c b/regress/lib/libc/malloc/malloc0test.c
index 5ca698aa50b..459e42c9850 100644
--- a/regress/lib/libc/malloc/malloc0test.c
+++ b/regress/lib/libc/malloc/malloc0test.c
@@ -1,3 +1,6 @@
+/*
+ * Public domain. 2001, Theo de Raadt
+ */
#include <sys/types.h>
#include <sys/signal.h>
#include <stdio.h>