server: Move ldt_copy to the init_process_done request and make it a client_ptr_t.
diff --git a/server/process.h b/server/process.h
index c8313ff..5d3b456 100644
--- a/server/process.h
+++ b/server/process.h
@@ -80,7 +80,7 @@
struct token *token; /* security token associated with this process */
struct list dlls; /* list of loaded dlls */
void *peb; /* PEB address in client address space */
- void *ldt_copy; /* pointer to LDT copy in client addr space */
+ client_ptr_t ldt_copy; /* pointer to LDT copy in client addr space */
unsigned int trace_data; /* opaque data used by the process tracing mechanism */
};