Re: [PATCH 07/14] ipc/ipc_hash.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Mon 02 Dec 2013 22:54:45 +0100, a écrit : > * ipc/ipc_hash.c (ipc_hash_global_bucket): Move struct definition to > ipc/ipc_hash.h. Ditto. > --- > ipc/ipc_hash.c | 7 --- > ipc/ipc_hash.h | 7 +++ > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/ipc/i

[PATCH 07/14] ipc/ipc_hash.c: move struct definition to a header file

2013-12-02 Thread Marin Ramesa
* ipc/ipc_hash.c (ipc_hash_global_bucket): Move struct definition to ipc/ipc_hash.h. --- ipc/ipc_hash.c | 7 --- ipc/ipc_hash.h | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ipc/ipc_hash.c b/ipc/ipc_hash.c index 5eec58c..5b31691 100644 --- a/ipc/ipc_hash.c +++ b