summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/patch.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 05:11:36 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 05:11:36 +0000
commita1a4f1a0d87b594d3f17a97dc0127eec1417e6f6 (patch)
treea5f7a1799970736c536e11630cc599c878b664bb /gnu/usr.bin/patch/patch.c
parentff8bb989ab1a7a16f1f6b6586f61ad54f2f690d8 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/patch.c')
-rw-r--r--gnu/usr.bin/patch/patch.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c
index e372ad356c05..5431652ca179 100644
--- a/gnu/usr.bin/patch/patch.c
+++ b/gnu/usr.bin/patch/patch.c
@@ -1,5 +1,5 @@
char rcsid[] =
- "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.13 1998/01/21 15:15:39 ache Exp $";
+ "$FreeBSD$";
/* patch - a program to apply diffs to original files
*
@@ -9,6 +9,9 @@ char rcsid[] =
* money off of it, or pretend that you wrote it.
*
* $Log: patch.c,v $
+ * Revision 1.14 1998/01/22 07:44:04 ache
+ * Add PATCH_INDEX_FIRST environment variable to do the same as -I option
+ *
* Revision 1.13 1998/01/21 15:15:39 ache
* Update usage line with new option
*