summaryrefslogtreecommitdiff
path: root/src/getloadavg.c
diff options
context:
space:
mode:
authorPaul D. Smith <psmith@BayNetworks.com>1998-10-03 05:40:15 +0000
committerPaul D. Smith <psmith@BayNetworks.com>1998-10-03 05:40:15 +0000
commit75c0d0950db65cbff76c5a00c00a1ac54a6b3404 (patch)
treef2da8bdb620736def2501be790c395ed1eccae5e /src/getloadavg.c
parentbbdbc4effb7707cc6eacc32fc624446b4cb615da (diff)
downloademacs-75c0d0950db65cbff76c5a00c00a1ac54a6b3404.tar.gz
Checkpoint changes. Bug fixes, mostly.
Diffstat (limited to 'src/getloadavg.c')
-rw-r--r--src/getloadavg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index 7c1cc8005ed..36245efcf8b 100644
--- a/src/getloadavg.c
+++ b/src/getloadavg.c
@@ -1038,7 +1038,7 @@ getloadavg (loadavg, nelem)
#endif /* ! HAVE_GETLOADAVG */
#ifdef TEST
-void
+int
main (argc, argv)
int argc;
char **argv;