X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fforkpty.c;h=f4dd954b54e1158e8be984a3e5a0ca212aa1af50;hb=b94f2b3ac7049ef66bded4596431c453e3710209;hp=942aa5477aaa975335f3cb04b6b42506d9eb4a5a;hpb=eb8d73f9107decfddc7de65c4d3ba55b85850b8e;p=gnulib.git diff --git a/lib/forkpty.c b/lib/forkpty.c index 942aa5477..f4dd954b5 100644 --- a/lib/forkpty.c +++ b/lib/forkpty.c @@ -1,5 +1,5 @@ /* Fork a child process attached to the slave of a pseudo-terminal. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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 @@ -21,7 +21,7 @@ #if HAVE_FORKPTY -/* Provider a wrapper with the precise POSIX prototype. */ +/* Provide a wrapper with the prototype of glibc-2.8 and newer. */ # undef forkpty int rpl_forkpty (int *amaster, char *name, struct termios const *termp,