Module Name:    src
Committed By:   riastradh
Date:           Wed Jan 22 14:25:07 UTC 2014

Modified Files:
        src/usr.bin/vndcompress: offtab.c

Log Message:
Fix $NetBSD$ tag.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/vndcompress/offtab.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/vndcompress/offtab.c
diff -u src/usr.bin/vndcompress/offtab.c:1.8 src/usr.bin/vndcompress/offtab.c:1.9
--- src/usr.bin/vndcompress/offtab.c:1.8	Wed Jan 22 06:17:16 2014
+++ src/usr.bin/vndcompress/offtab.c	Wed Jan 22 14:25:07 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: offtab.c,v 1.8 2014/01/22 06:17:16 riastradh Exp $	*/
+/*	$NetBSD: offtab.c,v 1.9 2014/01/22 14:25:07 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: offtab.c,v 1.9 2014/01/22 14:25:07 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/endian.h>

Reply via email to