summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-01-06 06:53:31 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-01-06 06:53:31 +0000
commitfd1c79d414930810d40331cea60519c81c7aca04 (patch)
treee828bf4cee03d590f99f4253672d833ec55a5b75 /lib
parent878c9511b686f570b5dbb35bdaf67c31e9f8c5c2 (diff)
comment
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/TEST/test_execve.c8
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>