diff options
-rw-r--r-- | regress/lib/libc/malloc/malloc0test.c | 3 |
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> |