X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-forkpty.c;h=6b6848532381b2b5857ed2cbcce7d53b83415573;hb=721f56dcf49f8f004f609cc966f876922faad1a8;hp=d87a10754668e540371eef0e7c912a1a64dafba5;hpb=23737e3dd01ef6ac0ae9134300a4c66807ae00d2;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