From f53c4d692186a47c6e66d774bfa7db09fa0a7337 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 19 Jul 2013 17:29:01 +0000 Subject: [PATCH] . --- winsup/cygwin/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5c4c3e009..76d61ab1b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -6,9 +6,9 @@ (cygwin_GetCommandLineW): Ditto. (cygwin_GetCommandLineA): Ditto. * spawn.cc (child_info_spawn::worker): Rename one_line -> cmd. Use - linebuf_wcs macro to generate a wide character version of the - line buffer. Remove duplicate printing of command line. Don't access - members of linebuf directly. + lb_wcs macro to generate a wide character version of the line buffer. + Remove duplicate printing of command line. Don't access members of + linebuf directly. * winf.h: Use pragma once. (linebuf): Make storage private. (linebuf::operator size_t): New operator. Return size of buf.