diff options
Diffstat (limited to 'src/regress/lib/libc/gcvt/gcvt_test.c')
-rw-r--r-- | src/regress/lib/libc/gcvt/gcvt_test.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regress/lib/libc/gcvt/gcvt_test.c b/src/regress/lib/libc/gcvt/gcvt_test.c index aed34e3d58..164d600cd2 100644 --- a/src/regress/lib/libc/gcvt/gcvt_test.c +++ b/src/regress/lib/libc/gcvt/gcvt_test.c | |||
@@ -1,4 +1,8 @@ | |||
1 | /* Public domain */ | 1 | /* $OpenBSD: gcvt_test.c,v 1.4 2010/09/18 20:29:15 millert Exp $ */ |
2 | |||
3 | /* | ||
4 | * Public domain, 2010, Todd C. Miller <Todd.Miller@courtesan.com> | ||
5 | */ | ||
2 | 6 | ||
3 | #include <stdio.h> | 7 | #include <stdio.h> |
4 | #include <stdlib.h> | 8 | #include <stdlib.h> |