Add rcsid strings
This commit is contained in:
parent
080b5f394c
commit
13e51139e4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue