Add rcsid strings

This commit is contained in:
brezak 1993-08-26 15:26:18 +00:00
parent 080b5f394c
commit 13e51139e4
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: shmat.c,v 1.2 1993/08/26 15:26:18 brezak Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>

View File

@ -1,3 +1,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: shmctl.c,v 1.2 1993/08/26 15:26:19 brezak Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>

View File

@ -1,3 +1,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: shmdt.c,v 1.2 1993/08/26 15:26:20 brezak Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>

View File

@ -1,3 +1,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: shmget.c,v 1.2 1993/08/26 15:26:21 brezak Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>