]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdmon.h
mdmon: allow pid to be stored in different directory.
[thirdparty/mdadm.git] / mdmon.h
diff --git a/mdmon.h b/mdmon.h
index 4494085326bc4b64dea735f3717cb46759cd54ca..a03686f15c0d440921bb832f83c0b28a66fa153e 100644 (file)
--- a/mdmon.h
+++ b/mdmon.h
@@ -66,7 +66,7 @@ void remove_pidfile(char *devname);
 void do_monitor(struct supertype *container);
 void do_manager(struct supertype *container);
 int make_control_sock(char *devname);
-int make_pidfile(char *devname, int o_excl);
+int make_pidfile(char *devname);
 extern int socket_hup_requested;
 extern int sigterm;