X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffilemode.h;h=5b19db236b152c8124935c21284cc5cae517ca2c;hb=118c7c3af6b537e01580f3ddd29262cdc7ee17b9;hp=162e07a0da365fb91bfee6cb7a6b571f5c8d91b6;hpb=fa39a6bea14d8f808d3a86a73c6de5b08ffdfc2a;p=gnulib.git diff --git a/lib/filemode.h b/lib/filemode.h index 162e07a0d..5b19db236 100644 --- a/lib/filemode.h +++ b/lib/filemode.h @@ -1,9 +1,19 @@ -#ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () +#ifndef FILEMODE_H_ + +# if HAVE_CONFIG_H +# include # endif -#endif -void mode_string PARAMS ((short unsigned int mode, char *str)); +# include + +# ifndef PARAMS +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) +# define PARAMS(Args) Args +# else +# define PARAMS(Args) () +# endif +# endif + +void mode_string PARAMS ((mode_t mode, char *str)); + +#endif