Make cin be static
[oweals/busybox.git] / renice.c
index c81f31c5c91bb459c4882a67c8c879fe61920259..8f0618126535e64847e7a1382b4a43fd1f5325d1 100644 (file)
--- a/renice.c
+++ b/renice.c
@@ -44,7 +44,7 @@ extern int renice_main(int argc, char **argv)
                if (setpriority(PRIO_PROCESS, ps, prio) == 0) {
                        printf("%d: old priority %d, new priority %d\n", ps, oldp, prio );
                } else {
-                       perrorMsg("%d: setpriority", ps);
+                       perror_msg("%d: setpriority", ps);
                        status = EXIT_FAILURE;
                }
        }