diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-25 15:56:24 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-25 15:56:24 +0000 |
commit | 6967ae698477e809eb79f71e8ee2b9db37c9183a (patch) | |
tree | 1decc90a7a3407dfdf7cdc3ff4aa11c2aa9ef862 /usr.sbin/config/gram.y | |
parent | 22a628436b9c63f1069f0a15af3684d68574d575 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'usr.sbin/config/gram.y')
-rw-r--r-- | usr.sbin/config/gram.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/config/gram.y b/usr.sbin/config/gram.y index 459b6f0aa5b..3b197a85745 100644 --- a/usr.sbin/config/gram.y +++ b/usr.sbin/config/gram.y @@ -1,4 +1,6 @@ %{ +/* $OpenBSD: gram.y,v 1.2 1996/03/25 15:55:04 niklas Exp $ */ +/* $NetBSD: gram.y,v 1.3 1996/03/03 17:28:13 thorpej Exp $ */ /* * Copyright (c) 1992, 1993 @@ -42,7 +44,6 @@ * SUCH DAMAGE. * * from: @(#)gram.y 8.1 (Berkeley) 6/6/93 - * $Id: gram.y,v 1.1 1995/10/18 08:48:33 deraadt Exp $ */ #include <sys/param.h> |