X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-sys_types.c;h=1045de7c694b631ce05e055ecc2b5f1d94f7e7c0;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=bfd9aa548f5cca595781d4e0e227be96c93fe75c;hpb=92a1bc6ccf243a67308032234bd69eb31f0028e6;p=gnulib.git diff --git a/tests/test-sys_types.c b/tests/test-sys_types.c index bfd9aa548..1045de7c6 100644 --- a/tests/test-sys_types.c +++ b/tests/test-sys_types.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-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 @@ -24,6 +24,8 @@ pid_t t1; size_t t2; ssize_t t3; +off_t t4; +mode_t t5; int main (void)