X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fptsname.c;h=f97d71c8b31c87e06045ca273b5c209f562dd275;hb=2448628a43a7c71d48d51d4e343d4bdad298b0fc;hp=102a65c90a65eae441998cd68ee894da8efb75da;hpb=78232883c8c01a22307bb38793928f2b9a5a6159;p=gnulib.git diff --git a/lib/ptsname.c b/lib/ptsname.c index 102a65c90..f97d71c8b 100644 --- a/lib/ptsname.c +++ b/lib/ptsname.c @@ -1,5 +1,5 @@ /* Determine name of the slave side of a pseudo-terminal. - Copyright (C) 1998, 2002, 2010-2011 Free Software Foundation, Inc. + Copyright (C) 1998, 2002, 2010-2013 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 @@ -18,7 +18,7 @@ #include -/* Static buffer for `ptsname'. */ +/* Static buffer for 'ptsname'. */ static char buffer[64];