diff options
author | 2000-01-06 06:53:30 +0000 | |
---|---|---|
committer | 2000-01-06 06:53:30 +0000 | |
commit | 11233f7366f25973aaa7708f8367576f840acdfa (patch) | |
tree | fdf59bb7ae255ef051d39d0b1d5ab09edcbb7105 /lib/libc_r/TEST | |
parent | comment. cleanup (diff) | |
download | wireguard-openbsd-11233f7366f25973aaa7708f8367576f840acdfa.tar.xz wireguard-openbsd-11233f7366f25973aaa7708f8367576f840acdfa.zip |
comment
Diffstat (limited to 'lib/libc_r/TEST')
-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> |