summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Samples
diff options
context:
space:
mode:
authorFelix Geyer <debfx-pkg@fobos.de>2011-02-18 14:12:58 +0100
committerFelix Geyer <debfx-pkg@fobos.de>2011-02-18 14:12:58 +0100
commit0eeddfd8dc6b9702278fdefa2dee1d3f465e0ea2 (patch)
treec632a20b5d0e379f5d83c0f476014fe4217e48de /src/VBox/Devices/Samples
parent14ee89c73b263c9a9e6e5bd300ef05c1ed41742a (diff)
downloadvirtualbox-0eeddfd8dc6b9702278fdefa2dee1d3f465e0ea2.tar.gz
Imported Upstream version 4.0.4-dfsgupstream/4.0.4-dfsg
Diffstat (limited to 'src/VBox/Devices/Samples')
-rw-r--r--src/VBox/Devices/Samples/Makefile.kmk2
-rw-r--r--src/VBox/Devices/Samples/VBoxSampleDevice.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Devices/Samples/Makefile.kmk b/src/VBox/Devices/Samples/Makefile.kmk
index 1a1a8d71c..3d68ec672 100644
--- a/src/VBox/Devices/Samples/Makefile.kmk
+++ b/src/VBox/Devices/Samples/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# Makefile for the device and driver samples.
#
diff --git a/src/VBox/Devices/Samples/VBoxSampleDevice.cpp b/src/VBox/Devices/Samples/VBoxSampleDevice.cpp
index cff444956..926d0277f 100644
--- a/src/VBox/Devices/Samples/VBoxSampleDevice.cpp
+++ b/src/VBox/Devices/Samples/VBoxSampleDevice.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxSampleDevice.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: VBoxSampleDevice.cpp $ */
/** @file
* VBox Sample Device.
*/