summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-01-06 06:53:30 +0000
committerd <d@openbsd.org>2000-01-06 06:53:30 +0000
commit11233f7366f25973aaa7708f8367576f840acdfa (patch)
treefdf59bb7ae255ef051d39d0b1d5ab09edcbb7105 /lib/libc_r
parentcomment. cleanup (diff)
downloadwireguard-openbsd-11233f7366f25973aaa7708f8367576f840acdfa.tar.xz
wireguard-openbsd-11233f7366f25973aaa7708f8367576f840acdfa.zip
comment
Diffstat (limited to 'lib/libc_r')
-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>