X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fptsname.c;h=f97d71c8b31c87e06045ca273b5c209f562dd275;hb=bbfcd2f1a92c9bdbb8d7d7d0a8a8c6665c316747;hp=5dfb53c8cb37e1cb49732da720f920ec7189c5ed;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/ptsname.c b/lib/ptsname.c index 5dfb53c8c..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-2012 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];