Module Name:    src
Committed By:   pgoyette
Date:           Wed Feb 28 09:25:02 UTC 2018

Modified Files:
        src/sys/dev/imcsmb: imcsmb.c

Log Message:
Remove exgtra / in the $NetBSD$ line.  Thanks to leot@ for spotting it!


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/imcsmb/imcsmb.c

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/imcsmb/imcsmb.c
diff -u src/sys/dev/imcsmb/imcsmb.c:1.18 src/sys/dev/imcsmb/imcsmb.c:1.19
--- src/sys/dev/imcsmb/imcsmb.c:1.18	Wed Feb 28 09:07:18 2018
+++ src/sys/dev/imcsmb/imcsmb.c	Wed Feb 28 09:25:02 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: imcsmb.c,v 1.18 2018/02/28 09:07:18 pgoyette Exp $/ */
+/* $NetBSD: imcsmb.c,v 1.19 2018/02/28 09:25:02 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imcsmb.c,v 1.18 2018/02/28 09:07:18 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imcsmb.c,v 1.19 2018/02/28 09:25:02 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>

Reply via email to