ceil, trunc, round: Fix gcc warnings.
[pspp] / lib / modechange.h
index f6f8e744d6e305f6baa01d6cc48b0e87102153a1..3cc4bf9dbc847e59596ab898197467d1a1881c90 100644 (file)
@@ -1,7 +1,7 @@
 /* modechange.h -- definitions for file mode manipulation
 
-   Copyright (C) 1989, 1990, 1997, 2003, 2004, 2005, 2006 Free
-   Software Foundation, Inc.
+   Copyright (C) 1989-1990, 1997, 2003-2006, 2009-2010 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
@@ -25,6 +25,6 @@
 struct mode_change *mode_compile (const char *);
 struct mode_change *mode_create_from_ref (const char *);
 mode_t mode_adjust (mode_t, bool, mode_t, struct mode_change const *,
-                   mode_t *);
+                    mode_t *);
 
 #endif