summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-03-25 11:54:30 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-03-25 11:54:30 +0100
commit35b00759a9616033aa19177ba3281eb9643509d2 (patch)
treec5c15dbe5ac35578aea922ccd5f7d07c9bc00f47 /include
parentdc8e71461eb6c1c72dbfd38261a1616c053e7bbd (diff)
parent30da4c65b62b5642f3f603b883e695ce2df2e50b (diff)
downloadouroboros-35b00759a9616033aa19177ba3281eb9643509d2.tar.gz
ouroboros-35b00759a9616033aa19177ba3281eb9643509d2.zip
Merged in dstaesse/ouroboros/be-logfix (pull request #41)
lib/ipcpd: fixed logging mistake
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/shm_du_map.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ouroboros/shm_du_map.h b/include/ouroboros/shm_du_map.h
index 05c49c2d..68492a91 100644
--- a/include/ouroboros/shm_du_map.h
+++ b/include/ouroboros/shm_du_map.h
@@ -28,8 +28,6 @@
#define _POSIX_C_SOURCE 199506L
#endif
-#define OUROBOROS_PREFIX "shm_du_map"
-
#ifndef SHM_DU_BUFF_BLOCK_SIZE
#define SHM_DU_BUFF_BLOCK_SIZE sysconf(_SC_PAGESIZE)
#endif
@@ -43,7 +41,6 @@
#endif
#include "common.h"
-#include "logs.h"
struct shm_du_buff;
struct shm_du_map;