diff options
Diffstat (limited to 'gnu/usr.bin/patch')
| -rw-r--r-- | gnu/usr.bin/patch/EXTERN.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/INTERN.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/backupfile.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/backupfile.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/common.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/getopt.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/getopt.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/inp.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/inp.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/patch.1 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/patch.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/pch.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/pch.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/util.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/util.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/version.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/patch/version.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/gnu/usr.bin/patch/EXTERN.h b/gnu/usr.bin/patch/EXTERN.h index 374c94faa178..2a55648dc871 100644 --- a/gnu/usr.bin/patch/EXTERN.h +++ b/gnu/usr.bin/patch/EXTERN.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/EXTERN.h,v 1.6 1999/09/05 17:31:54 peter Exp $ * * $Log: EXTERN.h,v $ * Revision 2.0 86/09/17 15:35:37 lwall diff --git a/gnu/usr.bin/patch/INTERN.h b/gnu/usr.bin/patch/INTERN.h index c04e722248a5..c59f8e90cd7b 100644 --- a/gnu/usr.bin/patch/INTERN.h +++ b/gnu/usr.bin/patch/INTERN.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/INTERN.h,v 1.6 1999/09/05 17:31:54 peter Exp $ * * $Log: INTERN.h,v $ * Revision 2.0 86/09/17 15:35:58 lwall diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile index 10eeab4bcc28..f4eb38625a9d 100644 --- a/gnu/usr.bin/patch/Makefile +++ b/gnu/usr.bin/patch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/patch/Makefile,v 1.6.6.1 2001/04/25 12:03:54 ru Exp $ PROG= patch SRCS= backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \ diff --git a/gnu/usr.bin/patch/backupfile.c b/gnu/usr.bin/patch/backupfile.c index c81749b2446b..047c9a88608a 100644 --- a/gnu/usr.bin/patch/backupfile.c +++ b/gnu/usr.bin/patch/backupfile.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/gnu/usr.bin/patch/backupfile.c,v 1.4.6.3 2003/08/23 16:19:36 jwd Exp $"); #include "config.h" #include <stdio.h> diff --git a/gnu/usr.bin/patch/backupfile.h b/gnu/usr.bin/patch/backupfile.h index 7600714ae364..4b332e5ffa22 100644 --- a/gnu/usr.bin/patch/backupfile.h +++ b/gnu/usr.bin/patch/backupfile.h @@ -16,7 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/patch/backupfile.h,v 1.3.6.2 2002/04/30 20:40:02 gad Exp $ */ /* When to make backup files. */ diff --git a/gnu/usr.bin/patch/common.h b/gnu/usr.bin/patch/common.h index ed97132183f6..0ad0d12d8144 100644 --- a/gnu/usr.bin/patch/common.h +++ b/gnu/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/common.h,v 1.7.2.2 2003/02/15 05:33:42 kris Exp $ * * $Log: common.h,v $ * Revision 2.0.1.2 88/06/22 20:44:53 lwall diff --git a/gnu/usr.bin/patch/getopt.c b/gnu/usr.bin/patch/getopt.c index d496ca0316e7..7b10f7b9b7c0 100644 --- a/gnu/usr.bin/patch/getopt.c +++ b/gnu/usr.bin/patch/getopt.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/gnu/usr.bin/patch/getopt.c,v 1.4.6.2 2002/04/30 20:40:02 gad Exp $"); /* NOTE!!! AIX requires this to be the first thing in the file. Do not put ANYTHING before it! */ #if !defined (__GNUC__) && defined (_AIX) diff --git a/gnu/usr.bin/patch/getopt.h b/gnu/usr.bin/patch/getopt.h index e41e1a88fef4..c5a950ace550 100644 --- a/gnu/usr.bin/patch/getopt.h +++ b/gnu/usr.bin/patch/getopt.h @@ -16,7 +16,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/patch/getopt.h,v 1.3.6.2 2002/04/30 20:40:02 gad Exp $ */ #ifndef _GETOPT_H diff --git a/gnu/usr.bin/patch/inp.c b/gnu/usr.bin/patch/inp.c index dbc9bf980200..556d2583b803 100644 --- a/gnu/usr.bin/patch/inp.c +++ b/gnu/usr.bin/patch/inp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/inp.c,v 1.10.2.1 2002/04/30 20:40:02 gad Exp $ * * $Log: inp.c,v $ * Revision 2.0.1.1 88/06/03 15:06:13 lwall diff --git a/gnu/usr.bin/patch/inp.h b/gnu/usr.bin/patch/inp.h index f1f0386e02b3..044de5b4dfdd 100644 --- a/gnu/usr.bin/patch/inp.h +++ b/gnu/usr.bin/patch/inp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/inp.h,v 1.6.2.1 2002/04/30 20:40:02 gad Exp $ * * $Log: inp.h,v $ * Revision 2.0 86/09/17 15:37:25 lwall diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1 index 3cc7957b6304..04d139d10306 100644 --- a/gnu/usr.bin/patch/patch.1 +++ b/gnu/usr.bin/patch/patch.1 @@ -1,7 +1,7 @@ .\" -*- nroff -*- .rn '' }` '\" $Header: patch.man,v 2.0.1.2 88/06/22 20:47:18 lwall Locked $ -'\" $FreeBSD$ +'\" $FreeBSD: src/gnu/usr.bin/patch/patch.1,v 1.11.2.3 2004/03/19 14:28:53 dannyboy Exp $ '\" '\" $Log: patch.man,v $ '\" Revision 2.0.1.2 88/06/22 20:47:18 lwall diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c index 8e06c33beaf5..8391193a04d9 100644 --- a/gnu/usr.bin/patch/patch.c +++ b/gnu/usr.bin/patch/patch.c @@ -1,5 +1,5 @@ char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/gnu/usr.bin/patch/patch.c,v 1.16.2.4 2003/02/15 05:33:42 kris Exp $"; /* patch - a program to apply diffs to original files * diff --git a/gnu/usr.bin/patch/pch.c b/gnu/usr.bin/patch/pch.c index 52790b91c5ad..9534d57dfbf9 100644 --- a/gnu/usr.bin/patch/pch.c +++ b/gnu/usr.bin/patch/pch.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/pch.c,v 1.16.2.3 2002/04/30 20:40:02 gad Exp $ * * $Log: pch.c,v $ * Revision 2.0.2.0 90/05/01 22:17:51 davison diff --git a/gnu/usr.bin/patch/pch.h b/gnu/usr.bin/patch/pch.h index d815fe8d14e8..f7d3b85f33d0 100644 --- a/gnu/usr.bin/patch/pch.h +++ b/gnu/usr.bin/patch/pch.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/pch.h,v 1.6.2.1 2002/04/30 20:40:02 gad Exp $ * * $Log: pch.h,v $ * Revision 2.0.1.1 87/01/30 22:47:16 lwall diff --git a/gnu/usr.bin/patch/util.c b/gnu/usr.bin/patch/util.c index 175952c25ee9..e339f5a0e430 100644 --- a/gnu/usr.bin/patch/util.c +++ b/gnu/usr.bin/patch/util.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/patch/util.c,v 1.7.6.2 2002/04/30 20:40:02 gad Exp $ */ #include <paths.h> diff --git a/gnu/usr.bin/patch/util.h b/gnu/usr.bin/patch/util.h index f31f2e2d5444..52eb487c7286 100644 --- a/gnu/usr.bin/patch/util.h +++ b/gnu/usr.bin/patch/util.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/util.h,v 1.7.2.1 2002/04/30 20:40:02 gad Exp $ * * $Log: util.h,v $ * Revision 2.0 86/09/17 15:40:06 lwall diff --git a/gnu/usr.bin/patch/version.c b/gnu/usr.bin/patch/version.c index 753dbfbcd629..6a37de8b7cce 100644 --- a/gnu/usr.bin/patch/version.c +++ b/gnu/usr.bin/patch/version.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/version.c,v 1.6.2.1 2002/04/30 20:40:02 gad Exp $ * * $Log: version.c,v $ * Revision 2.0 86/09/17 15:40:11 lwall diff --git a/gnu/usr.bin/patch/version.h b/gnu/usr.bin/patch/version.h index faddf7c65ecd..08f420693688 100644 --- a/gnu/usr.bin/patch/version.h +++ b/gnu/usr.bin/patch/version.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/version.h,v 1.6.2.1 2002/04/30 20:40:02 gad Exp $ * * $Log: version.h,v $ * Revision 2.0 86/09/17 15:40:14 lwall |
