]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdmon.h
Change way of printing name of a process
[thirdparty/mdadm.git] / mdmon.h
diff --git a/mdmon.h b/mdmon.h
index 5a8e1209822c3ff2ca3fe5ab95796ff085973766..aa750c6811e146c9cc9b402783600d47ef75b6cd 100644 (file)
--- a/mdmon.h
+++ b/mdmon.h
@@ -18,8 +18,7 @@
  * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#undef pr_err
-#define pr_err(fmt ...) fprintf(stderr, "mdmon: " fmt)
+extern const char Name[];
 
 enum array_state { clear, inactive, suspended, readonly, read_auto,
                   clean, active, write_pending, active_idle, bad_word};