X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FSharedMem.c;h=16cae770d9c4dc8afddf2bb4b58a97eaa51f7cc1;hp=e2a7493d6e9e0e13a1d7413375dece45b1631e81;hb=HEAD;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c diff --git a/sources/SharedMem.c b/sources/SharedMem.c index e2a7493..16cae77 100644 --- a/sources/SharedMem.c +++ b/sources/SharedMem.c @@ -26,19 +26,17 @@ * * Author: S. Piccardi * - * $Id: SharedMem.c,v 1.8 2003/05/02 09:55:14 piccardi Exp $ - * ***************************************************************/ -#include /* SysV IPC shared memory declarations */ -#include -#include -#include /* standard I/O functions */ -#include -#include /* signal handling declarations */ -#include +#include /* SysV shared memory */ +#include /* primitive system data types */ +#include /* file characteristics constants and functions */ +#include /* standard I/O library */ +#include /* file control functions */ +#include /* signal constants, types and functions */ +#include /* unix standard library */ #include -#include -#include +#include /* C strings library */ +#include /* error definitions and routines */ #include "macros.h" /* *************************************************************************