diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-11-27 22:51:37 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-11-27 22:51:37 +0000 |
commit | 4643831f37804193f8b2850b8df3d4b50618942f (patch) | |
tree | a449f90538b769fdb4e08ede17460175fe5dc329 /regress/lib | |
parent | 097f411748830253f8bc7982eb3c21593a605763 (diff) |
openbsd tag
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libpthread/stdfiles/stdfiles.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libpthread/stdfiles/stdfiles.c b/regress/lib/libpthread/stdfiles/stdfiles.c index 456032ffe43..7d91109c5a6 100644 --- a/regress/lib/libpthread/stdfiles/stdfiles.c +++ b/regress/lib/libpthread/stdfiles/stdfiles.c @@ -1,5 +1,6 @@ +/* $OpenBSD: stdfiles.c,v 1.2 2003/11/27 22:51:36 marc Exp $ */ /* $snafu: stdfiles.c,v 1.3 2003/02/03 21:22:26 marc Exp $ */ -/* PUBLIC DOMAIN Oct 2002 <marc@snafu.org> */ +/* PUBLIC DOMAIN Oct 2002 Marco S Hyman <marc@snafu.org> */ #include <assert.h> #include <fcntl.h> |