Add RCS Id's

This commit is contained in:
jtc 1994-07-27 14:39:44 +00:00
parent b0cd982f44
commit 699331c73f
7 changed files with 14 additions and 7 deletions

View File

@ -32,7 +32,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)closedir.c 8.1 (Berkeley) 6/10/93";
/*static char sccsid[] = "from: @(#)closedir.c 8.1 (Berkeley) 6/10/93";*/
static char rcsid[] = "$Id: closedir.c,v 1.2 1994/07/27 14:39:44 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -32,7 +32,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)opendir.c 8.2 (Berkeley) 2/12/94";
/*static char sccsid[] = "from: @(#)opendir.c 8.2 (Berkeley) 2/12/94";*/
static char rcsid[] = "$Id: opendir.c,v 1.3 1994/07/27 14:39:46 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -32,7 +32,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)readdir.c 8.1 (Berkeley) 6/4/93";
/*static char sccsid[] = "from: @(#)readdir.c 8.1 (Berkeley) 6/4/93";*/
static char rcsid[] = "$Id: readdir.c,v 1.2 1994/07/27 14:39:48 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -32,7 +32,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)rewinddir.c 8.1 (Berkeley) 6/8/93";
/*static char sccsid[] = "from: @(#)rewinddir.c 8.1 (Berkeley) 6/8/93";*/
static char rcsid[] = "$Id: rewinddir.c,v 1.3 1994/07/27 14:39:49 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -32,7 +32,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)scandir.c 8.3 (Berkeley) 1/2/94";
/*static char sccsid[] = "from: @(#)scandir.c 8.3 (Berkeley) 1/2/94";*/
static char rcsid[] = "$Id: scandir.c,v 1.5 1994/07/27 14:39:50 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
/*

View File

@ -32,7 +32,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)seekdir.c 8.1 (Berkeley) 6/4/93";
/*static char sccsid[] = "from: @(#)seekdir.c 8.1 (Berkeley) 6/4/93";*/
static char rcsid[] = "$Id: seekdir.c,v 1.3 1994/07/27 14:39:51 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -32,7 +32,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)telldir.c 8.1 (Berkeley) 6/4/93";
/*static char sccsid[] = "from: @(#)telldir.c 8.1 (Berkeley) 6/4/93";*/
static char rcsid[] = "$Id: telldir.c,v 1.3 1994/07/27 14:39:53 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>