RCS id police.
This commit is contained in:
parent
0b02f897d7
commit
29cf09f47a
@ -1,4 +1,4 @@
|
||||
/* $Id: EXTERN.h,v 1.2 1993/08/02 17:55:10 mycroft Exp $ */
|
||||
/* $NetBSD: EXTERN.h,v 1.3 1996/09/19 06:27:04 thorpej Exp $ */
|
||||
|
||||
#ifdef EXT
|
||||
#undef EXT
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: INTERN.h,v 1.2 1993/08/02 17:55:11 mycroft Exp $ */
|
||||
/* $NetBSD: INTERN.h,v 1.3 1996/09/19 06:27:05 thorpej Exp $ */
|
||||
|
||||
#ifdef EXT
|
||||
#undef EXT
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.2 1993/08/02 17:55:12 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1996/09/19 06:27:05 thorpej Exp $
|
||||
|
||||
PROG= patch
|
||||
SRCS= patch.c pch.c inp.c version.c util.c backupfile.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
$NetBSD: README,v 1.2 1996/09/19 06:27:06 thorpej Exp $
|
||||
|
||||
this version modified to fit in with the 386bsd release.
|
||||
this isn't gnu software, so we're not obligated to give
|
||||
you the original sources -- if you want them, get them
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: backupfile.c,v 1.4 1996/09/19 06:27:07 thorpej Exp $ */
|
||||
|
||||
/* backupfile.c -- make Emacs style backup file names
|
||||
Copyright (C) 1990 Free Software Foundation, Inc.
|
||||
|
||||
@ -12,7 +14,7 @@
|
||||
Some algorithms adapted from GNU Emacs. */
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: backupfile.c,v 1.3 1994/12/24 17:30:13 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: backupfile.c,v 1.4 1996/09/19 06:27:07 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: backupfile.h,v 1.3 1996/09/19 06:27:08 thorpej Exp $ */
|
||||
|
||||
/* backupfile.h -- declarations for making Emacs style backup file names
|
||||
Copyright (C) 1990 Free Software Foundation, Inc.
|
||||
|
||||
@ -7,8 +9,6 @@
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
$Id: backupfile.h,v 1.2 1993/08/02 17:55:14 mycroft Exp $
|
||||
*/
|
||||
|
||||
/* When to make backup files. */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: common.h,v 1.4 1994/12/24 17:30:18 cgd Exp $ */
|
||||
/* $NetBSD: common.h,v 1.5 1996/09/19 06:27:08 thorpej Exp $ */
|
||||
|
||||
#define DEBUGGING
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: config.h,v 1.3 1996/09/19 06:27:09 thorpej Exp $ */
|
||||
|
||||
/* config.h
|
||||
* This file was produced by running the config.h.SH script, which
|
||||
* gets its values from config.sh, which is generally produced by
|
||||
@ -6,8 +8,6 @@
|
||||
* Feel free to modify any of this as the need arises. Note, however,
|
||||
* that running config.h.SH again will wipe out any changes you've made.
|
||||
* For a more permanent change edit config.sh and rerun config.h.SH.
|
||||
*
|
||||
* $Id: config.h,v 1.2 1993/08/02 17:55:15 mycroft Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: inp.c,v 1.2 1993/08/02 17:55:16 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: inp.c,v 1.3 1996/09/19 06:27:10 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include "EXTERN.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: inp.h,v 1.2 1993/08/02 17:55:17 mycroft Exp $ */
|
||||
/* $NetBSD: inp.h,v 1.3 1996/09/19 06:27:10 thorpej Exp $ */
|
||||
|
||||
EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
|
||||
EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* $NetBSD: malloc.c,v 1.3 1996/09/19 06:27:11 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* from: @(#)nmalloc.c 1 (Caltech) 2/21/82
|
||||
* $Id: malloc.c,v 1.2 1993/08/01 18:10:10 mycroft Exp $
|
||||
*
|
||||
* U of M Modified: 20 Jun 1983 ACT: strange hacks for Emacs
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: patch.1,v 1.3 1996/09/19 06:10:02 thorpej Exp $ -*- nroff -*-
|
||||
.\" $NetBSD: patch.1,v 1.4 1996/09/19 06:27:12 thorpej Exp $ -*- nroff -*-
|
||||
.rn '' }`
|
||||
.de Sh
|
||||
.br
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: patch.c,v 1.4 1996/09/19 06:27:13 thorpej Exp $ */
|
||||
|
||||
/* patch - a program to apply diffs to original files
|
||||
*
|
||||
* Copyright 1986, Larry Wall
|
||||
@ -7,7 +9,7 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: patch.c,v 1.3 1996/09/19 06:10:04 thorpej Exp $";
|
||||
static char rcsid[] = "$NetBSD: patch.c,v 1.4 1996/09/19 06:27:13 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include "INTERN.h"
|
||||
|
@ -1,3 +1,3 @@
|
||||
/* $Id: patchlevel.h,v 1.2 1993/08/02 17:55:20 mycroft Exp $ */
|
||||
/* $NetBSD: patchlevel.h,v 1.3 1996/09/19 06:27:14 thorpej Exp $ */
|
||||
|
||||
#define PATCHLEVEL "12u8"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: pch.c,v 1.2 1993/08/02 17:55:21 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: pch.c,v 1.3 1996/09/19 06:27:14 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include "EXTERN.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: pch.h,v 1.2 1993/08/02 17:55:22 mycroft Exp $ */
|
||||
/* $NetBSD: pch.h,v 1.3 1996/09/19 06:27:15 thorpej Exp $ */
|
||||
|
||||
EXT FILE *pfp INIT(Nullfp); /* patch file pointer */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: util.c,v 1.3 1993/12/07 10:36:16 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: util.c,v 1.4 1996/09/19 06:27:16 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include "EXTERN.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: util.h,v 1.2 1993/08/02 17:55:25 mycroft Exp $ */
|
||||
/* $NetBSD: util.h,v 1.3 1996/09/19 06:27:17 thorpej Exp $ */
|
||||
|
||||
/* and for those machine that can't handle a variable argument list */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: version.c,v 1.2 1993/08/02 17:55:25 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: version.c,v 1.3 1996/09/19 06:27:18 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include "EXTERN.h"
|
||||
|
@ -1,3 +1,3 @@
|
||||
/* $Id: version.h,v 1.2 1993/08/02 17:55:26 mycroft Exp $ */
|
||||
/* $NetBSD: version.h,v 1.3 1996/09/19 06:27:18 thorpej Exp $ */
|
||||
|
||||
void version();
|
||||
|
Loading…
Reference in New Issue
Block a user