summaryrefslogtreecommitdiff
path: root/lib/filemode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filemode.h')
-rw-r--r--lib/filemode.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/filemode.h b/lib/filemode.h
index 5b19db236..f6b266ec5 100644
--- a/lib/filemode.h
+++ b/lib/filemode.h
@@ -1,19 +1,7 @@
#ifndef FILEMODE_H_
-# if HAVE_CONFIG_H
-# include <config.h>
-# endif
-
# include <sys/types.h>
-# 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));
+void mode_string (mode_t mode, char *str);
#endif