summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormillert <>2010-09-18 20:29:15 +0000
committermillert <>2010-09-18 20:29:15 +0000
commit4ea5c4fadd16b73d7859c8622b85ef4d38ff4036 (patch)
tree2bbdc3ab2925e8f87e9329d95246ce34d0da1c5e /src
parent1a70c0d44ec112e7ddc1c3fdac3983c00768549d (diff)
downloadopenbsd-4ea5c4fadd16b73d7859c8622b85ef4d38ff4036.tar.gz
openbsd-4ea5c4fadd16b73d7859c8622b85ef4d38ff4036.tar.bz2
openbsd-4ea5c4fadd16b73d7859c8622b85ef4d38ff4036.zip
Add cvs tag, author name and year
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/gcvt/gcvt_test.c6
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>