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 34eb73c192515..8fa5308329669 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 - * $Id$ + * $Id: arith.h,v 1.2 1996/09/01 10:19:35 peter Exp $ */ int arith __P((char *)); |