diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /gnu/usr.bin/patch | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff) | |
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..b37dd624aeee 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.7 2001/03/27 14:59:03 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 94a615de5f7c..6d8b786e35e0 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.8 2003/10/26 04:20:19 peter 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..78a7cb73ad8c 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.5 2002/04/28 01:33:45 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..44f473d23ccd 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.9 2002/10/13 01:18:33 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..c6249b36b07e 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.6 2002/04/28 01:33:45 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..75a29ab80264 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.5 2002/04/28 01:33:45 gad Exp $ */ #ifndef _GETOPT_H diff --git a/gnu/usr.bin/patch/inp.c b/gnu/usr.bin/patch/inp.c index d77ef65ff841..9b35e4debbc9 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.12 2002/05/21 00:44:18 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..b585d7947cf5 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.7 2002/04/28 01:33:45 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 4781369d7608..c8552e1f346a 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.13 2002/02/08 02:05:32 mike 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..e3a069bff466 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.21 2002/10/13 01:18:33 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 7dee1a64ed0e..89c9d327d92c 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.20 2002/05/21 00:44:18 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..8aebf32db967 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.7 2002/04/28 01:33:45 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 b6e6652646b4..436e30f28bc3 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.10 2002/05/21 00:44:18 gad Exp $ */ #include <paths.h> diff --git a/gnu/usr.bin/patch/util.h b/gnu/usr.bin/patch/util.h index f31f2e2d5444..42469ece14bb 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.8 2002/04/28 01:33:45 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..b32a14e60c10 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.7 2002/04/28 01:33:45 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..d08fd580c26c 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.7 2002/04/28 01:33:45 gad Exp $ * * $Log: version.h,v $ * Revision 2.0 86/09/17 15:40:14 lwall |
