Add RCS ID's

This commit is contained in:
jtc 1994-06-13 16:33:34 +00:00
parent 11ebd2e9c8
commit 7d76b00baf
27 changed files with 54 additions and 27 deletions

View File

@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.2 1994/06/13 16:33:34 jtc Exp $
# To install on versions prior to BSD 4.4 the following may have to be
# defined with CFLAGS +=

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)ar_io.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: ar_io.c,v 1.2 1994/06/13 16:33:36 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)ar_subs.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: ar_subs.c,v 1.2 1994/06/13 16:33:39 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)buf_subs.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: buf_subs.c,v 1.2 1994/06/13 16:33:41 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93";
/*static char sccsid[] = "from: @(#)cache.c 8.1 (Berkeley) 5/31/93";*/
static char rcsid[] = "$Id: cache.c,v 1.2 1994/06/13 16:33:43 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)cache.h 8.1 (Berkeley) 5/31/93
* from: @(#)cache.h 8.1 (Berkeley) 5/31/93
* $Id: cache.h,v 1.2 1994/06/13 16:33:45 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93";
/*static char sccsid[] = "from: @(#)cpio.c 8.1 (Berkeley) 5/31/93";*/
static char rcsid[] = "$Id: cpio.c,v 1.2 1994/06/13 16:33:46 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)cpio.h 8.1 (Berkeley) 5/31/93
* from: @(#)cpio.h 8.1 (Berkeley) 5/31/93
* $Id: cpio.h,v 1.2 1994/06/13 16:33:49 jtc Exp $
*/
/*

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/18/94
* from: @(#)extern.h 8.2 (Berkeley) 4/18/94
* $Id: extern.h,v 1.2 1994/06/13 16:33:53 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93";
/*static char sccsid[] = "from: @(#)file_subs.c 8.1 (Berkeley) 5/31/93";*/
static char rcsid[] = "$Id: file_subs.c,v 1.2 1994/06/13 16:33:57 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)ftree.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: ftree.c,v 1.2 1994/06/13 16:33:58 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)ftree.h 8.1 (Berkeley) 5/31/93
* from: @(#)ftree.h 8.1 (Berkeley) 5/31/93
* $Id: ftree.h,v 1.2 1994/06/13 16:34:01 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93";
/*static char sccsid[] = "from: @(#)gen_subs.c 8.1 (Berkeley) 5/31/93";*/
static char rcsid[] = "$Id: gen_subs.c,v 1.2 1994/06/13 16:34:04 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)options.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: options.c,v 1.2 1994/06/13 16:34:06 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)options.h 8.2 (Berkeley) 4/18/94
* from: @(#)options.h 8.2 (Berkeley) 4/18/94
* $Id: options.h,v 1.2 1994/06/13 16:34:07 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)pat_rep.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: pat_rep.c,v 1.2 1994/06/13 16:34:09 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)pat_rep.h 8.1 (Berkeley) 5/31/93
* from: @(#)pat_rep.h 8.1 (Berkeley) 5/31/93
* $Id: pat_rep.h,v 1.2 1994/06/13 16:34:12 jtc Exp $
*/
/*

View File

@ -33,7 +33,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
.\" from: @(#)pax.1 8.4 (Berkeley) 4/18/94
.\" $Id: pax.1,v 1.2 1994/06/13 16:34:14 jtc Exp $
.\"
.Dd April 18, 1994
.Dt PAX 1

View File

@ -42,7 +42,8 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)pax.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: pax.c,v 1.2 1994/06/13 16:34:15 jtc Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)pax.h 8.2 (Berkeley) 4/18/94
* from: @(#)pax.h 8.2 (Berkeley) 4/18/94
* $Id: pax.h,v 1.2 1994/06/13 16:34:17 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93";
/*static char sccsid[] = "from: @(#)sel_subs.c 8.1 (Berkeley) 5/31/93";*/
static char rcsid[] = "$Id: sel_subs.c,v 1.2 1994/06/13 16:34:19 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)sel_subs.h 8.1 (Berkeley) 5/31/93
* from: @(#)sel_subs.h 8.1 (Berkeley) 5/31/93
* $Id: sel_subs.h,v 1.2 1994/06/13 16:34:22 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93";
/*static char sccsid[] = "from: @(#)tables.c 8.1 (Berkeley) 5/31/93";*/
static char rcsid[] = "$Id: tables.c,v 1.2 1994/06/13 16:34:24 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)tables.h 8.1 (Berkeley) 5/31/93
* from: @(#)tables.h 8.1 (Berkeley) 5/31/93
* $Id: tables.h,v 1.2 1994/06/13 16:34:26 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)tar.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: tar.c,v 1.2 1994/06/13 16:34:28 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)tar.h 8.2 (Berkeley) 4/18/94
* from: @(#)tar.h 8.2 (Berkeley) 4/18/94
* $Id: tar.h,v 1.2 1994/06/13 16:34:30 jtc Exp $
*/
/*

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94";
/*static char sccsid[] = "from: @(#)tty_subs.c 8.2 (Berkeley) 4/18/94";*/
static char rcsid[] = "$Id: tty_subs.c,v 1.2 1994/06/13 16:34:32 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>