update copyright for 2014 year bump
[gnulib.git] / tests / test-sys_types.c
index bfd9aa5..ddcb6d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <sys/types.h> substitute.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2014 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)