diff options
Diffstat (limited to 'mdmon.h')
-rw-r--r-- | mdmon.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |