X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmodechange.h;h=a15aeca143372f73aa3fd75b7f4bc589fc15e521;hb=204966e4dadc046098cb5deea7031e307028ad7f;hp=f6f8e744d6e305f6baa01d6cc48b0e87102153a1;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/modechange.h b/lib/modechange.h index f6f8e744d..a15aeca14 100644 --- a/lib/modechange.h +++ b/lib/modechange.h @@ -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-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 @@ -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