| Index: fusl/include/sys/ipc.h
|
| diff --git a/fusl/include/sys/ipc.h b/fusl/include/sys/ipc.h
|
| index c5a39819c5e700b8c08e448cb0e4fa22389378d3..7c439fb5571b567baa93bde6ba240a0aca963e7d 100644
|
| --- a/fusl/include/sys/ipc.h
|
| +++ b/fusl/include/sys/ipc.h
|
| @@ -23,18 +23,18 @@ extern "C" {
|
|
|
| #include <bits/ipc.h>
|
|
|
| -#define IPC_CREAT 01000
|
| -#define IPC_EXCL 02000
|
| +#define IPC_CREAT 01000
|
| +#define IPC_EXCL 02000
|
| #define IPC_NOWAIT 04000
|
|
|
| #define IPC_RMID 0
|
| -#define IPC_SET 1
|
| +#define IPC_SET 1
|
| #define IPC_STAT 2
|
| #define IPC_INFO 3
|
|
|
| -#define IPC_PRIVATE ((key_t) 0)
|
| +#define IPC_PRIVATE ((key_t)0)
|
|
|
| -key_t ftok (const char *, int);
|
| +key_t ftok(const char*, int);
|
|
|
| #ifdef __cplusplus
|
| }
|
|
|