Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 23 16:56:49 UTC 2014

Modified Files:
        src/sys/dev/wsfb: genfbvar.h

Log Message:
RCS IDs do not go in header files.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/wsfb/genfbvar.h

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

Modified files:

Index: src/sys/dev/wsfb/genfbvar.h
diff -u src/sys/dev/wsfb/genfbvar.h:1.22 src/sys/dev/wsfb/genfbvar.h:1.23
--- src/sys/dev/wsfb/genfbvar.h:1.22	Tue Mar 18 18:20:42 2014
+++ src/sys/dev/wsfb/genfbvar.h	Wed Jul 23 16:56:49 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: genfbvar.h,v 1.22 2014/03/18 18:20:42 riastradh Exp $ */
+/*	$NetBSD: genfbvar.h,v 1.23 2014/07/23 16:56:49 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -26,9 +26,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfbvar.h,v 1.22 2014/03/18 18:20:42 riastradh Exp $");
-
 #ifndef GENFBVAR_H
 #define GENFBVAR_H
 

Reply via email to