From: Gregor Schneider Date: Sun, 16 Aug 2009 18:58:25 +0000 (+0000) Subject: Add some useful information to the popen header X-Git-Tag: ReactOS-0.3.11~1139 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=9a8137bdd558da452ae2a4dfd25e432fcdd93ce2;ds=sidebyside Add some useful information to the popen header svn path=/trunk/; revision=42740 --- 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