diff options
Diffstat (limited to 'gnu/usr.bin/patch/pch.h')
-rw-r--r-- | gnu/usr.bin/patch/pch.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/usr.bin/patch/pch.h b/gnu/usr.bin/patch/pch.h index 97a5b28..4967081 100644 --- a/gnu/usr.bin/patch/pch.h +++ b/gnu/usr.bin/patch/pch.h @@ -1,12 +1,15 @@ -/* $Header: pch.h,v 2.0.1.1 87/01/30 22:47:16 lwall Exp $ +/* $Header: /home/ncvs/src/gnu/usr.bin/patch/pch.h,v 1.1.1.1 1993/06/19 14:21:52 paul Exp $ + * + * $Log: pch.h,v $ + * Revision 1.1.1.1 1993/06/19 14:21:52 paul + * b-maked patch-2.10 * - * $Log: pch.h,v $ * Revision 2.0.1.1 87/01/30 22:47:16 lwall * Added do_ed_script(). - * + * * Revision 2.0 86/09/17 15:39:57 lwall * Baseline for netwide release. - * + * */ EXT FILE *pfp INIT(Nullfp); /* patch file pointer */ |