summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2008-04-09 20:38:56 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2008-04-09 20:38:56 +0000
commit2649d5c18f001d23bb274cca5b01e455722dcc89 (patch)
tree3ab9b0b5523d4aab668fb7fb287eb930848459bb /sys
parentec8e8ad5c7d3b15fa1ee3e03c3080a0f49a71923 (diff)
Add OpenBSD cvs id.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uvideo.c2
-rw-r--r--sys/dev/usb/uvideo.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index 3f2f537f911..33a8abcaee5 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: uvideo.c,v 1.2 2008/04/09 20:38:55 mglocker Exp $ */
+
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org>
diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h
index 74420766623..96fec6e08a8 100644
--- a/sys/dev/usb/uvideo.h
+++ b/sys/dev/usb/uvideo.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: uvideo.h,v 1.2 2008/04/09 20:38:55 mglocker Exp $ */
+
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org>