]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~88~
authorRoland McGrath <roland@redhat.com>
Thu, 7 Jan 1993 01:46:47 +0000 (01:46 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 7 Jan 1993 01:46:47 +0000 (01:46 +0000)
job.c

diff --git a/job.c b/job.c
index 2cc6c32f91fe5bb8b5ecc83a3a7a04e679f760a1..ea1b91cea5706902e082f0fb25ac4191cb19f10e 100644 (file)
--- a/job.c
+++ b/job.c
@@ -757,7 +757,7 @@ load_too_high ()
       static int lossage = 0;
       /* Complain only once for the same error.  */
       if (lossage == 0 || errno != lossage)
-       perror_with_name ("cannot enforce load limit", "getloadavg");
+       perror_with_name ("cannot enforce load limit", "getloadavg");
       lossage = errno;
       load = 0;
     }