diff options
Diffstat (limited to 'share/examples/kld/cdev/test/testcdev.c')
-rw-r--r-- | share/examples/kld/cdev/test/testcdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/cdev/test/testcdev.c b/share/examples/kld/cdev/test/testcdev.c index 8f2c0b34c513..c239a9b369eb 100644 --- a/share/examples/kld/cdev/test/testcdev.c +++ b/share/examples/kld/cdev/test/testcdev.c @@ -68,7 +68,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/share/examples/kld/cdev/test/testcdev.c,v 1.2.2.1 2000/10/25 09:02:34 sobomax Exp $ */ #include <stdio.h> #include <fcntl.h> |