X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FIPCTestId.c;h=2cbbf4db2f0543f3eb34fa16b6346ae6ae32b5ba;hb=5d621249af8897e27fc0a842a33e7a7ef3b9c2ca;hp=b81a8730087ab7fcd6d7ff1d7cea618cf32162d3;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c;p=gapil.git diff --git a/sources/IPCTestId.c b/sources/IPCTestId.c index b81a873..2cbbf4d 100644 --- a/sources/IPCTestId.c +++ b/sources/IPCTestId.c @@ -26,8 +26,6 @@ * * Usage: ipctestid -h give all info's * - * $Id: IPCTestId.c,v 1.4 2003/05/02 09:55:14 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers @@ -36,11 +34,11 @@ #include /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ +#include /* C strings library */ #include /* SysV IPC functions */ -#include /* SysV Message Queue */ -#include /* SysV Semaphores */ -#include /* SysV Shared Memory */ +#include /* SysV message queues */ +#include /* SysV semaphores */ +#include /* SysV shared memory */ #include "macros.h" /* My macros */ /* Help printing routine */