Author: mbosma Date: Mon Jul 10 19:11:48 2006 New Revision: 22999
URL: http://svn.reactos.org/svn/reactos?rev=22999&view=rev Log: Make patch a bit smaller.
Modified: branches/cache_manager_rewrite/headers.patch
Modified: branches/cache_manager_rewrite/headers.patch URL: http://svn.reactos.org/svn/reactos/branches/cache_manager_rewrite/headers.pa... ============================================================================== --- branches/cache_manager_rewrite/headers.patch (original) +++ branches/cache_manager_rewrite/headers.patch Mon Jul 10 19:11:48 2006 @@ -1,6 +1,6 @@ Index: drivers/filesystems/cdfs/cdfs.h =================================================================== ---- drivers/filesystems/cdfs/cdfs.h (revision 22905) +--- drivers/filesystems/cdfs/cdfs.h (revision 22988) +++ drivers/filesystems/cdfs/cdfs.h (working copy) @@ -6,7 +6,7 @@ #include <ntddcdrm.h> @@ -13,7 +13,7 @@ #define CDFS_PRIMARY_DESCRIPTOR_LOCATION 16 Index: drivers/filesystems/ntfs/ntfs.h =================================================================== ---- drivers/filesystems/ntfs/ntfs.h (revision 22905) +--- drivers/filesystems/ntfs/ntfs.h (revision 22988) +++ drivers/filesystems/ntfs/ntfs.h (working copy) @@ -6,7 +6,7 @@ #include <ntdddisk.h> @@ -26,7 +26,7 @@ #define CACHEPAGESIZE(pDeviceExt) \ Index: include/reactos/exeformat.h =================================================================== ---- include/reactos/exeformat.h (revision 22905) +--- include/reactos/exeformat.h (revision 22988) +++ include/reactos/exeformat.h (working copy) @@ -34,7 +34,8 @@
@@ -49,7 +49,7 @@ IN PEXEFMT_CB_READ_FILE ReadFileCb, Index: ntoskrnl/include/internal/cc.h =================================================================== ---- ntoskrnl/include/internal/cc.h (revision 22905) +--- ntoskrnl/include/internal/cc.h (revision 22988) +++ ntoskrnl/include/internal/cc.h (working copy) @@ -1,17 +1,29 @@ #ifndef __INCLUDE_INTERNAL_CC_H @@ -102,25 +102,9 @@
Index: ntoskrnl/include/internal/mm.h =================================================================== ---- ntoskrnl/include/internal/mm.h (revision 22905) +--- ntoskrnl/include/internal/mm.h (revision 22988) +++ ntoskrnl/include/internal/mm.h (working copy) -@@ -165,17 +165,20 @@ - - typedef struct _MM_SECTION_SEGMENT - { -- LONGLONG FileOffset; -- ULONG_PTR VirtualAddress; -- ULONG RawLength; -- ULONG Length; -+ LONGLONG FileOffset; /* start offset into the file for image sections */ -+ ULONG_PTR VirtualAddress; /* dtart offset into the address range for image sections */ -+ ULONG RawLength; /* length of the segment which is part of the mapped file */ -+ ULONG Length; /* absolute length of the segment */ - ULONG Protection; -- FAST_MUTEX Lock; -+ FAST_MUTEX Lock; /* lock which protects the page directory */ - ULONG ReferenceCount; - SECTION_PAGE_DIRECTORY PageDirectory; +@@ -176,6 +176,9 @@ ULONG Flags; ULONG Characteristics; BOOLEAN WriteCopy; @@ -169,18 +153,17 @@ - ULONG ViewOffset; - PMM_SECTION_SEGMENT Segment; - BOOLEAN WriteCopyView; -- LIST_ENTRY RegionListHead; + LIST_ENTRY RegionListHead; - } SectionData; - struct - { - LIST_ENTRY RegionListHead; -+ LIST_ENTRY RegionListHead; } VirtualMemoryData; } Data; } MEMORY_AREA, *PMEMORY_AREA; Index: ntoskrnl/ntoskrnl.def =================================================================== ---- ntoskrnl/ntoskrnl.def (revision 22905) +--- ntoskrnl/ntoskrnl.def (revision 22988) +++ ntoskrnl/ntoskrnl.def (working copy) @@ -5,9 +5,6 @@ ; ReactOS Operating System