diff options
Diffstat (limited to 'usr.bin/patch/inp.h')
-rw-r--r-- | usr.bin/patch/inp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/inp.h b/usr.bin/patch/inp.h index da25e6be9b0..1d0ed96ba88 100644 --- a/usr.bin/patch/inp.h +++ b/usr.bin/patch/inp.h @@ -1,4 +1,4 @@ -/* $Id: inp.h,v 1.1 1995/10/18 08:45:55 deraadt Exp $ */ +/* $OpenBSD: inp.h,v 1.2 1996/06/10 11:21:29 niklas Exp $ */ EXT LINENUM input_lines INIT(0); /* how long is input file in lines */ EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */ |