X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-forkpty.c;h=6b6848532381b2b5857ed2cbcce7d53b83415573;hb=cda784e7600c26148888f21fc1300d041b5404bd;hp=d87a10754668e540371eef0e7c912a1a64dafba5;hpb=9d84afa467b0a9abcd6e0d90fc7d1608f07bf2f1;p=gnulib.git diff --git a/tests/test-forkpty.c b/tests/test-forkpty.c index d87a10754..6b6848532 100644 --- a/tests/test-forkpty.c +++ b/tests/test-forkpty.c @@ -1,5 +1,5 @@ /* Test of pty.h and forkpty function. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2011 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 @@ -21,8 +21,8 @@ #include #include "signature.h" -SIGNATURE_CHECK (forkpty, int, (int *, char *, struct termios *, - struct winsize *)); +SIGNATURE_CHECK (forkpty, int, (int *, char *, struct termios const *, + struct winsize const *)); #include