diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:53:31 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:53:31 +0000 |
commit | fd1c79d414930810d40331cea60519c81c7aca04 (patch) | |
tree | e828bf4cee03d590f99f4253672d833ec55a5b75 | |
parent | 878c9511b686f570b5dbb35bdaf67c31e9f8c5c2 (diff) |
comment
-rw-r--r-- | lib/libc_r/TEST/test_execve.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc_r/TEST/test_execve.c b/lib/libc_r/TEST/test_execve.c index 2e37d6dfb68..4ac696800a2 100644 --- a/lib/libc_r/TEST/test_execve.c +++ b/lib/libc_r/TEST/test_execve.c @@ -1,10 +1,8 @@ -/* ==== test_execve.c ============================================================ +/* $OpenBSD: test_execve.c,v 1.4 2000/01/06 06:53:30 d Exp $ */ +/* * Copyright (c) 1994 by Chris Provenzano, proven@athena.mit.edu * - * Description : Test execve() and dup2() calls. - * - * 1.00 94/04/29 proven - * -Started coding this file. + * Test execve() and dup2() calls. */ #include <pthread.h> |