diff options
Diffstat (limited to 'contrib/com_err/parse.y')
-rw-r--r-- | contrib/com_err/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/com_err/parse.y b/contrib/com_err/parse.y index 960bcfa8f1e4..5932b2109ea1 100644 --- a/contrib/com_err/parse.y +++ b/contrib/com_err/parse.y @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/parse.y,v 1.3.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "compile_et.h" #include "lex.h" |