]> git.tuebingen.mpg.de Git - dss.git/blobdiff - ipc.c
Rename source files which also exist as system headers.
[dss.git] / ipc.c
diff --git a/ipc.c b/ipc.c
index 053e0fd99afcdb94f3d0ba9789a51a31f6c77106..9889674d2493efc0250ea699aa33454a6d61cc59 100644 (file)
--- a/ipc.c
+++ b/ipc.c
 #include <sys/param.h>
 
 #include "gcc-compat.h"
-#include "string.h"
+#include "str.h"
 #include "log.h"
 #include "gcc-compat.h"
-#include "error.h"
+#include "err.h"
 
 #if (defined(__GNUC__) && defined(__i386__))
 #define get16bits(d) (*((const uint16_t *) (d)))
@@ -256,7 +256,7 @@ static inline int get_key_or_die(char *config_file)
        return ret;
 }
 
-static int mutex_get(key_t key, int flags)
+static int mutex_get(int key, int flags)
 {
        int ret;