From: Paul D. Smith Date: Sat, 3 Oct 1998 05:40:15 +0000 (+0000) Subject: Checkpoint changes. Bug fixes, mostly. X-Git-Tag: emacs-20.4~1579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75c0d0950db65cbff76c5a00c00a1ac54a6b3404;p=emacs.git Checkpoint changes. Bug fixes, mostly. --- 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;