summaryrefslogtreecommitdiff
path: root/bin/sh/arith_lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/arith_lex.l')
-rw-r--r--bin/sh/arith_lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index 82086bfbaced6..e4bddd23ce0ab 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/bin/sh/arith_lex.l,v 1.14.2.1 2000/06/14 13:42:25 cracauer Exp $
*/
#ifndef lint
@@ -42,7 +42,7 @@
static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/sh/arith_lex.l,v 1.14.2.1 2000/06/14 13:42:25 cracauer Exp $";
#endif /* not lint */
#include "y.tab.h"