diff options
Diffstat (limited to 'lib/fsusage.h')
| -rw-r--r-- | lib/fsusage.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/fsusage.h b/lib/fsusage.h index e0c0db581..bc1522ec0 100644 --- a/lib/fsusage.h +++ b/lib/fsusage.h @@ -31,15 +31,6 @@ struct fs_usage uintmax_t fsu_ffree; /* Free file nodes. */ }; -# ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -# endif - -int get_fs_usage PARAMS ((const char *path, const char *disk, - struct fs_usage *fsp)); +int get_fs_usage (const char *path, const char *disk, struct fs_usage *fsp); #endif |
