Shutdown sending on the socket when stdin closes.
[oweals/busybox.git] / fbset.c
diff --git a/fbset.c b/fbset.c
index 47130e355bb24284f8bfd1a7c0beae0c2eeb0c84..86f7733c9afbc160967c53ec61019eaa8a134b0a 100644 (file)
--- a/fbset.c
+++ b/fbset.c
@@ -283,7 +283,7 @@ static int readmode(struct fb_var_screeninfo *base, const char *fn,
                }
        }
 #else
-       errorMsg( "mode reading not compiled in\n");
+       error_msg( "mode reading not compiled in\n");
 #endif
        return 0;
 }
@@ -433,7 +433,7 @@ extern int fbset_main(int argc, char **argv)
                PERROR("fbset(ioctl)");
        if (g_options & OPT_READMODE) {
                if (!readmode(&var, modefile, mode)) {
-                       errorMsg("Unknown video mode `%s'\n", mode);
+                       error_msg("Unknown video mode `%s'\n", mode);
                        return EXIT_FAILURE;
                }
        }