diff options
Diffstat (limited to 'bin/sh/arith.h')
-rw-r--r-- | bin/sh/arith.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/arith.h b/bin/sh/arith.h index c58cd3c7cb5cb..33af0b82a7b25 100644 --- a/bin/sh/arith.h +++ b/bin/sh/arith.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)arith.h 1.1 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/arith.h,v 1.5 1999/08/27 23:15:07 peter Exp $ */ int arith __P((char *)); |