projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77d41b
)
The kernel extension is really a EXTENDED_DEVOBJ_EXTENSION now
author
Gé van Geldorp
<ge@gse.nl>
Mon, 5 Sep 2005 09:25:06 +0000
(09:25 +0000)
committer
Gé van Geldorp
<ge@gse.nl>
Mon, 5 Sep 2005 09:25:06 +0000
(09:25 +0000)
svn path=/trunk/; revision=17656
reactos/ntoskrnl/io/device.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/io/device.c
b/reactos/ntoskrnl/io/device.c
index
2f1ce10
..
16f2512
100644
(file)
--- a/
reactos/ntoskrnl/io/device.c
+++ b/
reactos/ntoskrnl/io/device.c
@@
-455,7
+455,7
@@
IoCreateDevice(PDRIVER_OBJECT DriverObject,
/* Total Size */
TotalSize = AlignedDeviceExtensionSize +
- sizeof(DEVICE_OBJECT) + sizeof(DEVOBJ_EXTENSION);
+ sizeof(DEVICE_OBJECT) + sizeof(
EXTENDED_
DEVOBJ_EXTENSION);
DPRINT("TotalSize %x\n", TotalSize);
/* Create the Device Object */