X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/316f8af0092ff66f564fd3052d2e35baa9a5817f..43711d4b0111f97442db6f3ccd79574c21ece81a:/lib/dup2.c diff --git a/lib/dup2.c b/lib/dup2.c index 790c98a2e8..f6d0f1c73c 100644 --- a/lib/dup2.c +++ b/lib/dup2.c @@ -1,6 +1,6 @@ /* Duplicate an open file descriptor to a specified file descriptor. - Copyright (C) 1999, 2004-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2004-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ -/* Get declarations of the Win32 API functions. */ +/* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include