diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /gnu/usr.bin/patch/patch.c | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
Diffstat (limited to 'gnu/usr.bin/patch/patch.c')
| -rw-r--r-- | gnu/usr.bin/patch/patch.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c index 5b824cd44271..98dc464cda15 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.14 1998/01/22 07:44:04 ache Exp $"; + "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.6.6.3 1998/01/22 07:45:54 ache Exp $"; /* 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.6.6.3 1998/01/22 07:45:54 ache + * MFC: PATCH_INDEX_FIRST environment variable + * * Revision 1.14 1998/01/22 07:44:04 ache * Add PATCH_INDEX_FIRST environment variable to do the same as -I option * |
