summaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev/module/cdevmod.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
commita93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch)
tree1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /share/examples/kld/cdev/module/cdevmod.c
parentd2d8199ea25041ce5507c36316475bb4331b66ed (diff)
Diffstat (limited to 'share/examples/kld/cdev/module/cdevmod.c')
-rw-r--r--share/examples/kld/cdev/module/cdevmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/cdev/module/cdevmod.c b/share/examples/kld/cdev/module/cdevmod.c
index f21723f132f8..840de59a1a19 100644
--- a/share/examples/kld/cdev/module/cdevmod.c
+++ b/share/examples/kld/cdev/module/cdevmod.c
@@ -65,7 +65,7 @@
* SUCH DAMAGE.
*
*
- * $FreeBSD$
+ * $FreeBSD: src/share/examples/kld/cdev/module/cdevmod.c,v 1.7.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>