From 9a8137bdd558da452ae2a4dfd25e432fcdd93ce2 Mon Sep 17 00:00:00 2001 From: Gregor Schneider Date: Sun, 16 Aug 2009 18:58:25 +0000 Subject: [PATCH] Add some useful information to the popen header svn path=/trunk/; revision=42740 --- reactos/lib/sdk/crt/stdio/popen.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/reactos/lib/sdk/crt/stdio/popen.c b/reactos/lib/sdk/crt/stdio/popen.c index ab5efa83bfa..10a73034b60 100644 --- a/reactos/lib/sdk/crt/stdio/popen.c +++ b/reactos/lib/sdk/crt/stdio/popen.c @@ -1,11 +1,10 @@ /* * COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS system libraries -* FILE: lib/crt/?????? -* PURPOSE: Unknown -* PROGRAMER: Unknown -* UPDATE HISTORY: -* 25/11/05: Created +* PROJECT: ReactOS C runtime library +* FILE: lib/sdk/crt/stdio/popen.c +* PURPOSE: Pipe Functions +* PROGRAMERS: Eric Kohl + Hartmut Birr */ #include