log: Work around OSF/1 5.1 bug.
[gnulib.git] / tests / test-fcntl-h.c
index f3520d1..00c5468 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <fcntl.h> substitute.
-   Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012 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
@@ -34,6 +34,7 @@ int i = FD_CLOEXEC;
 /* Check that the types are all defined.  */
 pid_t t1;
 off_t t2;
+mode_t t3;
 
 int
 main (void)