diff options
author | krw <> | 2015-01-20 04:41:01 +0000 |
---|---|---|
committer | krw <> | 2015-01-20 04:41:01 +0000 |
commit | 0835a59c494c05b0ecd8a1b7db78136fd9bb897f (patch) | |
tree | 80577a2ce9196c7109c0cd6fb1a85c1019bce479 /src/regress/lib/libc/stdio_threading | |
parent | 1dd653753c9c694999d9de6c6468beeb2e0793f5 (diff) | |
download | openbsd-0835a59c494c05b0ecd8a1b7db78136fd9bb897f.tar.gz openbsd-0835a59c494c05b0ecd8a1b7db78136fd9bb897f.tar.bz2 openbsd-0835a59c494c05b0ecd8a1b7db78136fd9bb897f.zip |
Missing $OpenBSD$'s.
ok deraadt@
Diffstat (limited to 'src/regress/lib/libc/stdio_threading')
-rwxr-xr-x | src/regress/lib/libc/stdio_threading/fopen/fopen_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libc/stdio_threading/fopen/fopen_test.c b/src/regress/lib/libc/stdio_threading/fopen/fopen_test.c index 72359bb323..89172d9fb7 100755 --- a/src/regress/lib/libc/stdio_threading/fopen/fopen_test.c +++ b/src/regress/lib/libc/stdio_threading/fopen/fopen_test.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: fopen_test.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008 Bret S. Lambert <blambert@openbsd.org> | 3 | * Copyright (c) 2008 Bret S. Lambert <blambert@openbsd.org> |
3 | * | 4 | * |