From: Bruno Haible Date: Mon, 22 Mar 2010 20:09:14 +0000 (+0100) Subject: Fix comments. X-Git-Tag: v0.1~4445 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=1d19482355500a5a1c51c71091f6bc0aa2864644;p=gnulib.git Fix comments. --- diff --git a/ChangeLog b/ChangeLog index e9485793d..28a1f4610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-03-21 Bruno Haible + + Fix comments. + * lib/forkpty.c (rpl_forkpty): Fix comment. + * lib/openpty.c (rpl_openpty): Likewise. + Reported by Eric Blake. + 2010-03-22 Eric Blake gethostname: fix build on mingw diff --git a/lib/forkpty.c b/lib/forkpty.c index 942aa5477..768a90cf5 100644 --- a/lib/forkpty.c +++ b/lib/forkpty.c @@ -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, diff --git a/lib/openpty.c b/lib/openpty.c index 4a3a2757a..807ab93ec 100644 --- a/lib/openpty.c +++ b/lib/openpty.c @@ -21,7 +21,7 @@ #if HAVE_OPENPTY -/* Provider a wrapper with the precise POSIX prototype. */ +/* Provide a wrapper with the prototype of glibc-2.8 and newer. */ # undef openpty int rpl_openpty (int *amaster, int *aslave, char *name,