summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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>