summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/patch')
-rw-r--r--gnu/usr.bin/patch/EXTERN.h6
-rw-r--r--gnu/usr.bin/patch/INTERN.h6
-rw-r--r--gnu/usr.bin/patch/common.h6
-rw-r--r--gnu/usr.bin/patch/inp.c6
-rw-r--r--gnu/usr.bin/patch/inp.h6
-rw-r--r--gnu/usr.bin/patch/patch.16
-rw-r--r--gnu/usr.bin/patch/patch.c6
-rw-r--r--gnu/usr.bin/patch/pch.c6
-rw-r--r--gnu/usr.bin/patch/pch.h6
-rw-r--r--gnu/usr.bin/patch/util.h6
-rw-r--r--gnu/usr.bin/patch/version.c6
-rw-r--r--gnu/usr.bin/patch/version.h6
12 files changed, 60 insertions, 12 deletions
diff --git a/gnu/usr.bin/patch/EXTERN.h b/gnu/usr.bin/patch/EXTERN.h
index be56db25fdbad..fa700cc45ef23 100644
--- a/gnu/usr.bin/patch/EXTERN.h
+++ b/gnu/usr.bin/patch/EXTERN.h
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/EXTERN.h,v 1.2 1995/05/30 05:02:26 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/EXTERN.h,v 1.2.4.1 1996/06/05 02:41:35 jkh Exp $
*
* $Log: EXTERN.h,v $
+ * Revision 1.2.4.1 1996/06/05 02:41:35 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.2 1995/05/30 05:02:26 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/INTERN.h b/gnu/usr.bin/patch/INTERN.h
index 706717082c589..d03f3b3ff32a9 100644
--- a/gnu/usr.bin/patch/INTERN.h
+++ b/gnu/usr.bin/patch/INTERN.h
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/INTERN.h,v 1.2 1995/05/30 05:02:27 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/INTERN.h,v 1.2.4.1 1996/06/05 02:41:36 jkh Exp $
*
* $Log: INTERN.h,v $
+ * Revision 1.2.4.1 1996/06/05 02:41:36 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.2 1995/05/30 05:02:27 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/common.h b/gnu/usr.bin/patch/common.h
index 11f48cd10338d..0f71373034f1b 100644
--- a/gnu/usr.bin/patch/common.h
+++ b/gnu/usr.bin/patch/common.h
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/common.h,v 1.3 1995/05/30 05:02:30 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/common.h,v 1.3.4.1 1996/06/05 02:41:37 jkh Exp $
*
* $Log: common.h,v $
+ * Revision 1.3.4.1 1996/06/05 02:41:37 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.3 1995/05/30 05:02:30 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/inp.c b/gnu/usr.bin/patch/inp.c
index 015138cfc019f..51cddf5d9ba65 100644
--- a/gnu/usr.bin/patch/inp.c
+++ b/gnu/usr.bin/patch/inp.c
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/inp.c,v 1.3 1995/05/30 05:02:31 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/inp.c,v 1.3.4.1 1996/06/05 02:41:37 jkh Exp $
*
* $Log: inp.c,v $
+ * Revision 1.3.4.1 1996/06/05 02:41:37 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.3 1995/05/30 05:02:31 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/inp.h b/gnu/usr.bin/patch/inp.h
index 07b42b9cdc7ac..74595c2c7336e 100644
--- a/gnu/usr.bin/patch/inp.h
+++ b/gnu/usr.bin/patch/inp.h
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/inp.h,v 1.2 1995/05/30 05:02:33 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/inp.h,v 1.2.4.1 1996/06/05 02:41:38 jkh Exp $
*
* $Log: inp.h,v $
+ * Revision 1.2.4.1 1996/06/05 02:41:38 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.2 1995/05/30 05:02:33 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1
index eb7578d76c119..9c5729d6205d3 100644
--- a/gnu/usr.bin/patch/patch.1
+++ b/gnu/usr.bin/patch/patch.1
@@ -1,8 +1,12 @@
.\" -*- nroff -*-
.rn '' }`
-'\" $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/patch.1,v 1.4 1994/02/25 21:45:59 phk Exp $
+'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/patch.1,v 1.4.6.2 1996/06/05 02:41:39 jkh Exp $
'\"
'\" $Log: patch.1,v $
+'\" Revision 1.4.6.2 1996/06/05 02:41:39 jkh
+'\" This 3rd mega-commit should hopefully bring us back to where we were.
+'\" I can get it to `make world' succesfully, anyway!
+'\"
.\" Revision 1.4 1994/02/25 21:45:59 phk
.\" added the -C/-check again.
.\"
diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c
index 8f3e84c9a95f8..f943f5ad29327 100644
--- a/gnu/usr.bin/patch/patch.c
+++ b/gnu/usr.bin/patch/patch.c
@@ -1,5 +1,5 @@
char rcsid[] =
- "$Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/patch.c,v 1.6 1995/05/30 05:02:34 rgrimes Exp $";
+ "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.6.4.1 1996/06/05 02:41:40 jkh Exp $";
/* patch - a program to apply diffs to original files
*
@@ -9,6 +9,10 @@ char rcsid[] =
* money off of it, or pretend that you wrote it.
*
* $Log: patch.c,v $
+ * Revision 1.6.4.1 1996/06/05 02:41:40 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.6 1995/05/30 05:02:34 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/pch.c b/gnu/usr.bin/patch/pch.c
index 9d0ebca7675a6..604e64e3a5052 100644
--- a/gnu/usr.bin/patch/pch.c
+++ b/gnu/usr.bin/patch/pch.c
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/pch.c,v 1.5.4.2 1996/04/11 10:33:45 markm Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/pch.c,v 1.5.4.4 1996/06/05 02:41:41 jkh Exp $
*
* $Log: pch.c,v $
+ * Revision 1.5.4.4 1996/06/05 02:41:41 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.5.4.2 1996/04/11 10:33:45 markm
* Merge with HEAD an improved Index: priority fix.
*
diff --git a/gnu/usr.bin/patch/pch.h b/gnu/usr.bin/patch/pch.h
index a8d07f89bf8a9..6269ad0a44bf0 100644
--- a/gnu/usr.bin/patch/pch.h
+++ b/gnu/usr.bin/patch/pch.h
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/pch.h,v 1.2 1995/05/30 05:02:36 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/pch.h,v 1.2.4.1 1996/06/05 02:41:42 jkh Exp $
*
* $Log: pch.h,v $
+ * Revision 1.2.4.1 1996/06/05 02:41:42 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.2 1995/05/30 05:02:36 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/util.h b/gnu/usr.bin/patch/util.h
index 84f1ca47fcbfe..13953547659e4 100644
--- a/gnu/usr.bin/patch/util.h
+++ b/gnu/usr.bin/patch/util.h
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/util.h,v 1.2 1995/05/30 05:02:38 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/util.h,v 1.2.4.1 1996/06/05 02:41:42 jkh Exp $
*
* $Log: util.h,v $
+ * Revision 1.2.4.1 1996/06/05 02:41:42 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.2 1995/05/30 05:02:38 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/version.c b/gnu/usr.bin/patch/version.c
index 4c95e5be24859..dde42cd07b929 100644
--- a/gnu/usr.bin/patch/version.c
+++ b/gnu/usr.bin/patch/version.c
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/version.c,v 1.2 1995/05/30 05:02:39 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/version.c,v 1.2.4.1 1996/06/05 02:41:43 jkh Exp $
*
* $Log: version.c,v $
+ * Revision 1.2.4.1 1996/06/05 02:41:43 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.2 1995/05/30 05:02:39 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/version.h b/gnu/usr.bin/patch/version.h
index 498050c3dea5a..95fcd03822328 100644
--- a/gnu/usr.bin/patch/version.h
+++ b/gnu/usr.bin/patch/version.h
@@ -1,6 +1,10 @@
-/* $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/patch/version.h,v 1.2 1995/05/30 05:02:40 rgrimes Exp $
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/version.h,v 1.2.4.1 1996/06/05 02:41:44 jkh Exp $
*
* $Log: version.h,v $
+ * Revision 1.2.4.1 1996/06/05 02:41:44 jkh
+ * This 3rd mega-commit should hopefully bring us back to where we were.
+ * I can get it to `make world' succesfully, anyway!
+ *
* Revision 1.2 1995/05/30 05:02:40 rgrimes
* Remove trailing whitespace.
*