summaryrefslogtreecommitdiff
path: root/src/uptime.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-19 13:35:16 +0200
committerJim Meyering <meyering@redhat.com>2008-10-19 14:15:31 +0200
commit31a884dab7510d84a689ef8092132c93e3dcc4ad (patch)
tree6ad8077bd8e9833b6f44e8eaa86d1d9456b9857b /src/uptime.c
parent74443830ea0a683e5373a8c8beee1a657170c89c (diff)
downloadcoreutils-31a884dab7510d84a689ef8092132c93e3dcc4ad.tar.xz
accommodate gnulib header removals
* src/copy.c: Don't include "euidaccess.h" or "lchmod.h". * src/cp.c: Don't include "lchmod.h". * src/ls.c: Don't include "dirfd.h". * src/mkdir.c: Don't include "lchmod.h". * src/pwd.c: Don't include "dirfd.h". * src/remove.c: Don't include "dirfd.h" or "euidaccess.h". * src/test.c: Don't include "euidaccess.h". * gl/modules/getloadavg.diff: Adjust diff for changed context. * src/uptime.c (uptime): Remove declaration.
Diffstat (limited to 'src/uptime.c')
-rw-r--r--src/uptime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uptime.c b/src/uptime.c
index 8687a575f..95fea4b91 100644
--- a/src/uptime.c
+++ b/src/uptime.c
@@ -46,8 +46,6 @@
proper_name ("David MacKenzie"), \
proper_name ("Kaveh Ghazi")
-int getloadavg ();
-
static void
print_uptime (size_t n, const STRUCT_UTMP *this)
{