|
a/src/sysvshm.cpp |
|
b/src/sysvshm.cpp |
|
... |
|
... |
21 |
#include <errno.h>
|
21 |
#include <errno.h>
|
22 |
#include <unistd.h>
|
22 |
#include <unistd.h>
|
23 |
#include <sys/types.h>
|
23 |
#include <sys/types.h>
|
24 |
#include <pthread.h>
|
24 |
#include <pthread.h>
|
25 |
|
25 |
|
|
|
26 |
#ifdef MDU_INCLUDE_LOG
|
|
|
27 |
#include MDU_INCLUDE_LOG
|
|
|
28 |
#else
|
26 |
#include "log.h"
|
29 |
#include "log.h"
|
|
|
30 |
#endif
|
27 |
#include "smallut.h"
|
31 |
#include "smallut.h"
|
28 |
|
32 |
|
29 |
using namespace std;
|
33 |
using namespace std;
|
30 |
|
34 |
|
31 |
#ifndef LOGSYSERR
|
35 |
#ifndef LOGSYSERR
|