X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftset.c;h=2ee9c1190ba0aff9c7f0d8590ef27c757b6540d0;hp=7a5c5b8a2704221d7fe4696e63a413697bbb9a55;hb=a108bc76f220a81a223a5c25f59195af60452128;hpb=43bb25186a3fa2cc24c08b3a1eedbb1e860c59a9 diff --git a/progs/tset.c b/progs/tset.c index 7a5c5b8a..2ee9c119 100644 --- a/progs/tset.c +++ b/progs/tset.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. * + * Copyright (c) 1998-2011,2012 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -119,7 +119,7 @@ char *ttyname(int fd); #include #include -MODULE_ID("$Id: tset.c,v 1.86 2012/01/07 20:23:20 juergen Exp $") +MODULE_ID("$Id: tset.c,v 1.87 2012/01/21 23:55:05 tom Exp $") /* * SCO defines TIOCGSIZE and the corresponding struct. Other systems (SunOS,