$OpenBSD: patch-include_ipc_h,v 1.3 2014/07/11 15:49:58 dcoppa Exp $

commit c159fc4197ad06d603ba404add501ac02d76c64f
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Fri Jun 27 09:04:51 2014 +0200

Bugfix: create the directory for storing the restart state

--- include/ipc.h.orig	Sun Jun 15 19:12:43 2014
+++ include/ipc.h	Fri Jul 11 16:39:36 2014
@@ -51,6 +51,12 @@ typedef void(*handler_t)(int, uint8_t*, int, uint32_t,
                                      uint32_t message_type)
 
 /**
+ * Emulates mkdir -p (creates any missing folders)
+ *
+ */
+bool mkdirp(const char *path);
+
+/**
  * Handler for activity on the listening socket, meaning that a new client
  * has just connected and we should accept() him. Sets up the event handler
  * for activity on the new connection and inserts the file descriptor into
