X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftcgetsid.c;h=2ac22591af91d2a9d6669932bbe80ea503114205;hb=84d1749c4b5ad026522be96537320556ec6f7a57;hp=a95b31ec16c92359692801ac556b925f68d3ebd5;hpb=341111f654709cd0295607a4abbe721495c77e90;p=gnulib.git diff --git a/lib/tcgetsid.c b/lib/tcgetsid.c index a95b31ec1..2ac22591a 100644 --- a/lib/tcgetsid.c +++ b/lib/tcgetsid.c @@ -1,5 +1,5 @@ /* Determine the session ID of the controlling terminal of the current process. - Copyright (C) 2010-2012 Free Software Foundation, Inc. + Copyright (C) 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 @@ -27,7 +27,7 @@ pid_t tcgetsid (int fd) { -#ifdef TIOCGSID /* MacOS X, OpenBSD */ +#ifdef TIOCGSID /* Mac OS X, OpenBSD */ int sid; if (ioctl (fd, TIOCGSID, &sid) < 0)