summaryrefslogtreecommitdiff
path: root/lib/physmem.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 07:52:28 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 07:52:28 +0000
commitde4077cbe314db0e1ec4089b32232337b5aa760c (patch)
tree516400d27cd7fde392712a69622114cff9171bc1 /lib/physmem.h
parent33a46de4adc4988b90a43d657d037120a6953c32 (diff)
downloadcoreutils-de4077cbe314db0e1ec4089b32232337b5aa760c.tar.xz
(PARAMS): Remove. All uses removed.
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
Diffstat (limited to 'lib/physmem.h')
-rw-r--r--lib/physmem.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/lib/physmem.h b/lib/physmem.h
index d9a98096f..e0411c58c 100644
--- a/lib/physmem.h
+++ b/lib/physmem.h
@@ -1,19 +1,7 @@
#ifndef PHYSMEM_H_
# define PHYSMEM_H_ 1
-# if HAVE_CONFIG_H
-# include <config.h>
-# endif
-
-# ifndef PARAMS
-# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-# endif
-
-double physmem_total PARAMS ((void));
-double physmem_available PARAMS ((void));
+double physmem_total (void);
+double physmem_available (void);
#endif /* PHYSMEM_H_ */