(read_filesystem_list): Remove all_fs
[gnulib.git] / lib / exclude.c
index 47f8e81..ebb599c 100644 (file)
@@ -31,8 +31,8 @@ extern int errno;
 #include <stdio.h>
 #include <sys/types.h>
 
-void *xmalloc __EXCLUDE_P ((size_t));
-void *xrealloc __EXCLUDE_P ((void *, size_t));
+void *xmalloc PARAMS ((size_t));
+void *xrealloc PARAMS ((void *, size_t));
 
 /* Keep track of excluded file name patterns.  */