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 2cc6c32..ea1b91c 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;
     }