X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgetlogin_r.c;h=dca47993ca8a41cca2f230c3b06f3ba3e5cccb15;hb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;hp=67ad33f21d0c84d4a4139e083fbf58937f1f4ed8;hpb=d52c5b93a562113d859c264bbb92f5c0b8c5ae77;p=pspp diff --git a/lib/getlogin_r.c b/lib/getlogin_r.c index 67ad33f21d..dca47993ca 100644 --- a/lib/getlogin_r.c +++ b/lib/getlogin_r.c @@ -1,6 +1,6 @@ /* Provide a working getlogin_r for systems which lack it. - Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2009, 2010 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 @@ -30,7 +30,7 @@ char *getlogin (void); #endif -/* See getlogin_r.h for documentation. */ +/* See unistd.in.h for documentation. */ int getlogin_r (char *name, size_t size) {