X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmodechange.h;h=8bf989455926ea90ae1973dcfdbcb307fce90650;hb=76bd5cd5304484617bd8b15bfc8a59b0264482b8;hp=be2afa45c6a18dda0587ab6a20d7448017de87c3;hpb=68af56be3e061b97cf97150094bc50b0aa364cbb;p=gnulib.git diff --git a/lib/modechange.h b/lib/modechange.h index be2afa45c..8bf989455 100644 --- a/lib/modechange.h +++ b/lib/modechange.h @@ -1,5 +1,5 @@ /* modechange.h -- definitions for file mode manipulation - Copyright (C) 1989, 1990, 1997, 2003 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1997, 2003, 2004 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 @@ -51,7 +51,7 @@ struct mode_change # define MODE_MEMORY_EXHAUSTED (struct mode_change *) 1 # define MODE_BAD_REFERENCE (struct mode_change *) 2 -struct mode_change *mode_compile (const char *, unsigned); +struct mode_change *mode_compile (const char *, unsigned int); struct mode_change *mode_create_from_ref (const char *); mode_t mode_adjust (mode_t, const struct mode_change *); void mode_free (struct mode_change *);